Constructor SAXNotRecognizedException
SAXNotRecognizedException()
Default constructor.
Declaration
public SAXNotRecognizedException()
SAXNotRecognizedException(String)
Construct a new exception with the given message.
Declaration
public SAXNotRecognizedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The text message of the exception. |