AceQL HTTP C# Client SDK v7.7

AceQLException Constructor (String, Int32, Exception, HttpStatusCode)

Initializes a new instance of the AceQLException class. Corresponds to a client side failure/exception thrown.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public AceQLException(
	string reason,
	int errorType,
	Exception exceptionCause,
	HttpStatusCode httpStatusCode
)

Parameters

reason
Type: String
The reason.
errorType
Type: Int32
The error type.
exceptionCause
Type: Exception
The [Exception] cause.
httpStatusCode
Type: HttpStatusCode
The http status code.