C# Class PclUnit.IgnoreException

Inheritance: ResultException
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

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

Method Details

IgnoreException() public méthode

public IgnoreException ( ) : System
Résultat System

IgnoreException() public méthode

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

IgnoreException() public méthode

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