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.RedDotConnectionException Class Reference
+ Inheritance diagram for erminas.SmartAPI.Exceptions.RedDotConnectionException:
+ Collaboration diagram for erminas.SmartAPI.Exceptions.RedDotConnectionException:

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]
 

Detailed Description

Definition at line 22 of file RedDotConnectionException.cs.

Member Enumeration Documentation

Enumerator:
Unknown 
ServerNotFound 
CouldNotLogin 
AlreadyLoggedIn 

Definition at line 26 of file RedDotConnectionException.cs.

Constructor & Destructor Documentation

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.

erminas.SmartAPI.Exceptions.RedDotConnectionException.RedDotConnectionException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Definition at line 65 of file RedDotConnectionException.cs.

Property Documentation

FailureTypes erminas.SmartAPI.Exceptions.RedDotConnectionException.FailureType
getset

Definition at line 71 of file RedDotConnectionException.cs.


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