![]() |
SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Inheritance diagram for erminas.SmartAPI.Exceptions.SmartAPIException:
Collaboration diagram for erminas.SmartAPI.Exceptions.SmartAPIException:Public Member Functions | |
| 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) | |
Properties | |
| string | Server [get, set] |
Definition at line 23 of file SmartAPIException.cs.
| erminas.SmartAPI.Exceptions.SmartAPIException.SmartAPIException | ( | ServerLogin | login | ) |
Definition at line 25 of file SmartAPIException.cs.
| erminas.SmartAPI.Exceptions.SmartAPIException.SmartAPIException | ( | ServerLogin | login, |
| string | message | ||
| ) |
Definition at line 33 of file SmartAPIException.cs.
| erminas.SmartAPI.Exceptions.SmartAPIException.SmartAPIException | ( | string | serverName, |
| string | message | ||
| ) |
Definition at line 41 of file SmartAPIException.cs.
| erminas.SmartAPI.Exceptions.SmartAPIException.SmartAPIException | ( | ServerLogin | login, |
| string | message, | ||
| Exception | innerException | ||
| ) |
Definition at line 46 of file SmartAPIException.cs.
| erminas.SmartAPI.Exceptions.SmartAPIException.SmartAPIException | ( | string | serverName, |
| string | message, | ||
| Exception | innerException | ||
| ) |
Definition at line 55 of file SmartAPIException.cs.
| erminas.SmartAPI.Exceptions.SmartAPIException.SmartAPIException | ( | ServerLogin | login, |
| SerializationInfo | info, | ||
| StreamingContext | context | ||
| ) |
Definition at line 61 of file SmartAPIException.cs.
|
getset |
Definition at line 70 of file SmartAPIException.cs.