AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLException Properties

The AceQLException type exposes the following members.

Properties


  Name Description
Public property Data (Inherited from Exception.)
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 HelpLink (Inherited from Exception.)
Public property HResult (Inherited from Exception.)
Public property HttpStatusCode
Gets the HTTP status code.
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Reason
Gets the error message.
Public property RemoteStackTrace
Gets the remote Java stack trace.
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)