SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.Exceptions.RQLException Class Reference
+ Inheritance diagram for erminas.SmartAPI.Exceptions.RQLException:
+ Collaboration diagram for erminas.SmartAPI.Exceptions.RQLException:

Public Member Functions

 RQLException (string server, string reason, string responseXML)
 
- Public Member Functions inherited from erminas.SmartAPI.Exceptions.SmartAPIException
 SmartAPIException (ServerLogin login)
 
 SmartAPIException (ServerLogin login, string message)
 
 SmartAPIException (string serverName, string message)
 
 SmartAPIException (ServerLogin login, string message, Exception innerException)
 
 SmartAPIException (string serverName, string message, Exception innerException)
 
 SmartAPIException (ServerLogin login, SerializationInfo info, StreamingContext context)
 

Protected Member Functions

 RQLException (RQLException rqlException)
 

Properties

ErrorCode ErrorCode [get, set]
 
string ErrorMessage [get, set]
 
override string Message [get]
 
string Response [get, set]
 
- Properties inherited from erminas.SmartAPI.Exceptions.SmartAPIException
string Server [get, set]
 

Detailed Description

Definition at line 87 of file RQLException.cs.

Constructor & Destructor Documentation

erminas.SmartAPI.Exceptions.RQLException.RQLException ( string  server,
string  reason,
string  responseXML 
)

Definition at line 146 of file RQLException.cs.

erminas.SmartAPI.Exceptions.RQLException.RQLException ( RQLException  rqlException)
protected

Definition at line 156 of file RQLException.cs.

Property Documentation

ErrorCode erminas.SmartAPI.Exceptions.RQLException.ErrorCode
getset

Definition at line 162 of file RQLException.cs.

string erminas.SmartAPI.Exceptions.RQLException.ErrorMessage
getset

Definition at line 165 of file RQLException.cs.

override string erminas.SmartAPI.Exceptions.RQLException.Message
get

Definition at line 171 of file RQLException.cs.

string erminas.SmartAPI.Exceptions.RQLException.Response
getset

Definition at line 176 of file RQLException.cs.


The documentation for this class was generated from the following file: