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