C# Class WikiFunctions.API.InvocationException

Inheritance: System.Exception
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

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

Method Details

InvocationException() public méthode

public InvocationException ( Exception innerException ) : System
innerException System.Exception
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 innerException ) : System
message string
innerException System.Exception
Résultat System