C# Class PclUnit.ResultException

Inheritance: System.Exception
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

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

Method Details

ResultException() public méthode

public ResultException ( ) : System
Résultat System

ResultException() public méthode

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

ResultException() public méthode

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