IQApiException Constructor (String, Exception)
|
Create a new API Exception with a user-defined message which wraps a lower-level exception.
Namespace:
Informa.ImageQuest.API.Library
Assembly:
Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntaxpublic IQApiException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
Parameters
- message
- Type: SystemString
Message specifying the cause of the exception. - inner
- Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also