C# Class erminas.SmartAPI.Exceptions.RedDotConnectionException

Inheritance: System.ApplicationException
Mostra file Open project: erminas/smartapi

Public Methods

Method Description
RedDotConnectionException ( ) : System
RedDotConnectionException ( FailureTypes ft ) : System
RedDotConnectionException ( FailureTypes ft, string message ) : System
RedDotConnectionException ( FailureTypes ft, string message, Exception inner ) : System
RedDotConnectionException ( string message ) : System
RedDotConnectionException ( string message, Exception inner ) : System

Protected Methods

Method Description
RedDotConnectionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

RedDotConnectionException() public method

public RedDotConnectionException ( ) : System
return System

RedDotConnectionException() public method

public RedDotConnectionException ( FailureTypes ft ) : System
ft FailureTypes
return System

RedDotConnectionException() public method

public RedDotConnectionException ( FailureTypes ft, string message ) : System
ft FailureTypes
message string
return System

RedDotConnectionException() public method

public RedDotConnectionException ( FailureTypes ft, string message, Exception inner ) : System
ft FailureTypes
message string
inner System.Exception
return System

RedDotConnectionException() protected method

protected RedDotConnectionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

RedDotConnectionException() public method

public RedDotConnectionException ( string message ) : System
message string
return System

RedDotConnectionException() public method

public RedDotConnectionException ( string message, Exception inner ) : System
message string
inner System.Exception
return System