Accusoft.NotateXpressSdk Namespace > UnableLoadAnnotationDllException Class : UnableLoadAnnotationDllException Constructor |
Overload | Description |
---|---|
UnableLoadAnnotationDllException Constructor() | Base exception constructor when unable to load assembly dll. |
UnableLoadAnnotationDllException Constructor(Int32) | Exception which allows passing in an error number when unable to load the assembly dll. |
UnableLoadAnnotationDllException Constructor(String) | Exception which allows passing in a message when unable to load the assembly dll. |
UnableLoadAnnotationDllException Constructor(Int32,String) | Exception which allows passing in an error number and message when unable to load the assembly dll. |
UnableLoadAnnotationDllException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when unable to load the assembly dll. |