C# Class BclExtras.Threading.InvocationException

Inheritance: System.Exception
Afficher le fichier Open project: scottwis/tiny

Méthodes publiques

Méthode Description
InvocationException ( ) : System
InvocationException ( string message ) : System
InvocationException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
InvocationException ( System info, System context ) : System

Method Details

InvocationException() public méthode

public InvocationException ( ) : System
Résultat System

InvocationException() protected méthode

protected InvocationException ( System info, System context ) : System
info System
context System
Résultat System

InvocationException() public méthode

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

InvocationException() public méthode

public InvocationException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System