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