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

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 Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) (Inherited from Exception.)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString
Returns a String that represents this instance.

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.)

Events


  Name Description
Protected event SerializeObjectState (Inherited from Exception.)