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
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