C# Class CastIt.Domain.Exceptions.ConnectingException

Inheritance: Exception
Datei anzeigen Open project: Wolfteam/CastIt

Public Methods

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

Method Details

ConnectingException() public method

public ConnectingException ( ) : System
return System

ConnectingException() public method

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

ConnectingException() public method

public ConnectingException ( string message, Exception innerException ) : System
message string
innerException Exception
return System