C# Class erminas.SmartAPI.Exceptions.RQLException

Inheritance: SmartAPIException
Mostrar archivo Open project: erminas/smartapi Class Usage Examples

Public Methods

Method Description
RQLException ( string server, string reason, string responseXML ) : System

Protected Methods

Method Description
RQLException ( RQLException rqlException ) : System

Method Details

RQLException() protected method

protected RQLException ( RQLException rqlException ) : System
rqlException RQLException
return System

RQLException() public method

public RQLException ( string server, string reason, string responseXML ) : System
server string
reason string
responseXML string
return System