C# Class Microsoft.Ccr.Core.PortNotFoundException

Inheritance: System.Exception
Datei anzeigen Open project: kumpera/Ccr

Public Methods

Method Description
PortNotFoundException ( ) : System
PortNotFoundException ( IPort port, object posted ) : System
PortNotFoundException ( IPort port, object posted, string message ) : System
PortNotFoundException ( string message ) : System
PortNotFoundException ( string message, Exception innerException ) : System

Method Details

PortNotFoundException() public method

public PortNotFoundException ( ) : System
return System

PortNotFoundException() public method

public PortNotFoundException ( IPort port, object posted ) : System
port IPort
posted object
return System

PortNotFoundException() public method

public PortNotFoundException ( IPort port, object posted, string message ) : System
port IPort
posted object
message string
return System

PortNotFoundException() public method

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

PortNotFoundException() public method

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