C# Class Microsoft.AspNet.SignalR.Client.Infrastructure.StartException

Inheritance: System.Exception
Show file Open project: SignalR/SignalR Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

StartException() public method

public StartException ( ) : System
return System

StartException() protected method

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

StartException() public method

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

StartException() public method

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