Click or drag to resize

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
Syntax
public IQApiException(
	string message,
	Exception inner
)

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