SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Public Types | |
enum | FailureTypes { Unknown = 0, ServerNotFound = 10, CouldNotLogin = 20, AlreadyLoggedIn = 21 } |
Public Member Functions | |
RedDotConnectionException () | |
RedDotConnectionException (string message) | |
RedDotConnectionException (string message, Exception inner) | |
RedDotConnectionException (FailureTypes ft) | |
RedDotConnectionException (FailureTypes ft, string message) | |
RedDotConnectionException (FailureTypes ft, string message, Exception inner) | |
Protected Member Functions | |
RedDotConnectionException (SerializationInfo info, StreamingContext context) | |
Properties | |
FailureTypes | FailureType [get, set] |
Definition at line 22 of file RedDotConnectionException.cs.
Definition at line 26 of file RedDotConnectionException.cs.
erminas.SmartAPI.Exceptions.RedDotConnectionException.RedDotConnectionException | ( | ) |
Definition at line 36 of file RedDotConnectionException.cs.
erminas.SmartAPI.Exceptions.RedDotConnectionException.RedDotConnectionException | ( | string | message | ) |
Definition at line 40 of file RedDotConnectionException.cs.
erminas.SmartAPI.Exceptions.RedDotConnectionException.RedDotConnectionException | ( | string | message, |
Exception | inner | ||
) |
Definition at line 44 of file RedDotConnectionException.cs.
erminas.SmartAPI.Exceptions.RedDotConnectionException.RedDotConnectionException | ( | FailureTypes | ft | ) |
Definition at line 48 of file RedDotConnectionException.cs.
erminas.SmartAPI.Exceptions.RedDotConnectionException.RedDotConnectionException | ( | FailureTypes | ft, |
string | message | ||
) |
Definition at line 53 of file RedDotConnectionException.cs.
erminas.SmartAPI.Exceptions.RedDotConnectionException.RedDotConnectionException | ( | FailureTypes | ft, |
string | message, | ||
Exception | inner | ||
) |
Definition at line 58 of file RedDotConnectionException.cs.
|
protected |
Definition at line 65 of file RedDotConnectionException.cs.
|
getset |
Definition at line 71 of file RedDotConnectionException.cs.