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
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The exception message.
See Also