HttpServiceException Constructor (String, Exception, 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,
	Exception innerException,
	bool fatal
)

Parameters

message
Type: String
The error message that explains the reason for the exception.
innerException
Type: Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
fatal
Type: Boolean
Specify whether the error is fatal.
See Also

Reference