AceQL HTTP C# Client SDK v7.7

AceQLException Constructor (String, Int32, String, HttpStatusCode)

Initializes a new instance of the AceQLException class. Corresponds to a Java Exception raised on server side.

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

Syntax


public AceQLException(
	string reason,
	int errorType,
	string remoteStackTrace,
	HttpStatusCode httpStatusCode
)

Parameters

reason
Type: String
The reason.
errorType
Type: Int32
The error type.
remoteStackTrace
Type: String
The remote Java stack trace.
httpStatusCode
Type: HttpStatusCode
The http status code.