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
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The exception message. - innerException
- Type: SystemException
The inner exception that triggered this exception.
See Also