Accusoft.NotateXpressSdk Namespace > NoCurrentLayerException Class : NoCurrentLayerException Constructor |
Overload | Description |
---|---|
NoCurrentLayerException Constructor() | Base constructor for the no current layer exception. |
NoCurrentLayerException Constructor(Int32) | Exception which allows passing in an error number when there is an error with the current layer. |
NoCurrentLayerException Constructor(String) | Exception which allows passing in a message when there is an error with the current layer. |
NoCurrentLayerException Constructor(Int32,String) | Exception which allows passing in an error number and a message when there is an error with the current layer. |
NoCurrentLayerException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when there is an error with the current layer. |