C# Class SexyProxy.InvalidAsyncException

Inheritance: System.Exception
Afficher le fichier Open project: kswoll/sexy-proxy

Méthodes publiques

Méthode Description
InvalidAsyncException ( ) : System
InvalidAsyncException ( string message ) : System
InvalidAsyncException ( string message, Exception innerException ) : System

Method Details

InvalidAsyncException() public méthode

public InvalidAsyncException ( ) : System
Résultat System

InvalidAsyncException() public méthode

public InvalidAsyncException ( string message ) : System
message string
Résultat System

InvalidAsyncException() public méthode

public InvalidAsyncException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System