AceQL HTTP C# Client SDK v7.5.2

AceQLException Properties

The AceQLException type exposes the following members.

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.