C# Class SexyProxy.InvalidAsyncException

Inheritance: System.Exception
Mostrar archivo Open project: kswoll/sexy-proxy

Public Methods

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

Method Details

InvalidAsyncException() public method

public InvalidAsyncException ( ) : System
return System

InvalidAsyncException() public method

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

InvalidAsyncException() public method

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