Click or drag to resize

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
)

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