Accusoft.NotateXpressSdk Namespace > InvalidLayerException Class : InvalidLayerException Constructor |
Overload | Description |
---|---|
InvalidLayerException Constructor() | Main constructor for the InvalidLayerException class when there are errors with layers. |
InvalidLayerException Constructor(Int32) | Exception which allows passing in an error number when there are errors with layers. |
InvalidLayerException Constructor(String) | Exception which allows passing in a message when there are errors with layers. |
InvalidLayerException Constructor(Int32,String) | Exception which allows passing in an error number and message when there are errors with layers. |
InvalidLayerException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when there are errors with layers. |