HttpServiceException Constructor (String, HttpStatusCode, Boolean)

Relativity Import APIs
Initializes a new instance of the HttpServiceException class.

Namespace:  Relativity.DataExchange
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public HttpServiceException(
	string message,
	HttpStatusCode statusCode,
	bool fatal
)

Parameters

message
Type: String
The message that describes the error.
statusCode
Type: HttpStatusCode
The HTTP response status code.
fatal
Type: Boolean
Specify whether the error is fatal.
See Also

Reference