Click or drag to resize

IQApiException Constructor (String)

Create a new API Exception with a user-defined message.

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
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also