Accusoft.ISISXpressSdk Namespace > IsisXpressLibraryException Class : IsisXpressLibraryException Constructor |
Overload | Description |
---|---|
IsisXpressLibraryException Constructor() | The main constructor for the ISIS Xpress component exceptions. |
IsisXpressLibraryException Constructor(Int32) | An IsisXpressLibraryException constructor which allows passing in an error number. |
IsisXpressLibraryException Constructor(String) | An IsisXpressLibraryException constructor which allows passing in an error message. |
IsisXpressLibraryException Constructor(Int32,String) | An IsisXpressLibraryException constructor which allows passing in an error number and an error message. |
IsisXpressLibraryException Constructor(String,Exception) | An IsisXpressLibraryException constructor which allows passing in an error message and an inner exception. |
IsisXpressLibraryException Constructor(SerializationInfo,StreamingContext) | An IsisXpressLibraryException constructor which allows passing in info and streaming content. |