AceQL HTTP C# Client SDK v7.5.1

AceQLException Members

The AceQLException type exposes the following members.

Constructors


  Name Description
Public method AceQLException(String, Int32, Exception, HttpStatusCode)
Initializes a new instance of the AceQLException class. Corresponds to a client side failure/exception thrown.
Public method AceQLException(String, Int32, String, HttpStatusCode)
Initializes a new instance of the AceQLException class. Corresponds to a Java Exception raised on server side.

Methods


  Name Description
Public method ToString
Returns a [System.String] that represents this instance.

Properties


  Name Description
Public property ErrorType
Gets the error type:
0 for local AceQLException.
1 for JDBC Driver Exception on the server.
2 for AceQL Java Exception on the server.
3 for AceQL Security Exception on the server.
4 for AceQL failure.
Public property ExceptionCause
Gets the [Exception] that is the cause.
Public property HttpStatusCode
Gets the HTTP status code.
Public property Reason
Gets the error message.
Public property RemoteStackTrace
Gets the remote Java stack trace.