C# Class SexyProxy.InvalidAsyncException

Inheritance: System.Exception
ファイルを表示 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