RestErrorResponse Constructor |
Constructs a new instance of the object.
Namespace:
NetQuarry.Web.API
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public RestErrorResponse(
string message,
string exceptionType
)
Public Sub New (
message As String,
exceptionType As String
)
Parameters
- message
- Type: SystemString
The error message - exceptionType
- Type: SystemString
The type of the exception
See Also