Click or drag to resize

ApiException Constructor (String, Exception)

Constructor for ApiException.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public ApiException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message.
innerException
Type: SystemException
The inner exception that triggered this exception.
See Also