Accusoft.NotateXpressSdk Namespace > NotSupportedException Class : NotSupportedException Constructor |
Overload | Description |
---|---|
NotSupportedException Constructor() | Main constructor for the NotSupportedException class when an object is not supported and an error is generated. |
NotSupportedException Constructor(Int32) | Exception which allows passing in an error number when an object is not supported and an error is generated. |
NotSupportedException Constructor(String) | Exception which allows passing in a message when an object is not supported and an error is generated. |
NotSupportedException Constructor(Int32,String) | Exception which allows passing in an error number and message when an object is not supported and an error is generated. |
NotSupportedException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when an object is not supported and an error is generated. |