C# Class K2Informatics.Erlnet.ErlnetException

Inheritance: System.Exception
Show file Open project: K2InformaticsGmbH/erlnet

Public Methods

Method Description
ErlnetException ( ) : System
ErlnetException ( string message ) : System
ErlnetException ( string message, Exception innerException ) : System

Method Details

ErlnetException() public method

public ErlnetException ( ) : System
return System

ErlnetException() public method

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

ErlnetException() public method

public ErlnetException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System