C# Class Simple.Services.ServiceConnectionException

Inheritance: System.Exception
ファイルを表示 Open project: juanplopes/simple

Public Methods

Method Description
ServiceConnectionException ( ) : System
ServiceConnectionException ( string message ) : System
ServiceConnectionException ( string message, Exception inner ) : System

Protected Methods

Method Description
ServiceConnectionException ( System info, System context ) : System

Method Details

ServiceConnectionException() public method

public ServiceConnectionException ( ) : System
return System

ServiceConnectionException() protected method

protected ServiceConnectionException ( System info, System context ) : System
info System
context System
return System

ServiceConnectionException() public method

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

ServiceConnectionException() public method

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