Click or drag to resize

ApiException Constructor (String)

Constructor for ApiException.

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

Parameters

message
Type: SystemString
The exception message.
See Also