Click or drag to resize

RMTrackException Constructor (String, HttpStatusCode)

Constructs RMTrackException with _Message and status code

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
public RMTrackException(
	string Message,
	HttpStatusCode StatusCode
)

Parameters

Message
Type: SystemString
Overview of error
StatusCode
Type: System.NetHttpStatusCode
HTTP status code for error response
See Also