RMTrackException Constructor (String, HttpStatusCode, String, String) |
Constructs RMTrackException with information available from service
Namespace:
RMTrackApiClient
Assembly:
RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax public RMTrackException(
string Message,
HttpStatusCode StatusCode,
string ErrorCode,
string Xml
)
Public Sub New (
Message As String,
StatusCode As HttpStatusCode,
ErrorCode As String,
Xml As String
)
Parameters
- Message
- Type: SystemString
Overview of error - StatusCode
- Type: System.NetHttpStatusCode
HTTP status code for error response - ErrorCode
- Type: SystemString
Error Code returned by the service - Xml
- Type: SystemString
Compete _Xml found in response
See Also