C# Class CaveTube.CaveTalk.Lib.ConnectionException

Inheritance: System.Exception
Show file Open project: madguy/CaveTalk

Public Methods

Method Description
ConnectionException ( ) : System
ConnectionException ( String message ) : System
ConnectionException ( String message, Exception innerException ) : System

Method Details

ConnectionException() public method

public ConnectionException ( ) : System
return System

ConnectionException() public method

public ConnectionException ( String message ) : System
message String
return System

ConnectionException() public method

public ConnectionException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System