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

Inheritance: System.Exception
Mostra file Open project: SignalR/SignalR

Public Methods

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

Protected Methods

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

Method Details

SlowCallbackException() public method

public SlowCallbackException ( ) : System
return System

SlowCallbackException() protected method

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

SlowCallbackException() public method

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

SlowCallbackException() public method

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