C# Class RethrowExceptions.Program

Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6

Méthodes publiques

Méthode Description
Filter ( Exception ex ) : bool
HandleAll ( ) : void
HandleAndRethrow ( ) : void
HandleAndThrowAgain ( ) : void
HandleAndThrowWithInnerException ( ) : void
HandleWithFilter ( ) : void
ThrowAnException ( string message ) : void

Private Methods

Méthode Description
Main ( ) : void

Method Details

Filter() public static méthode

public static Filter ( Exception ex ) : bool
ex System.Exception
Résultat bool

HandleAll() public static méthode

public static HandleAll ( ) : void
Résultat void

HandleAndRethrow() public static méthode

public static HandleAndRethrow ( ) : void
Résultat void

HandleAndThrowAgain() public static méthode

public static HandleAndThrowAgain ( ) : void
Résultat void

HandleAndThrowWithInnerException() public static méthode

public static HandleAndThrowWithInnerException ( ) : void
Résultat void

HandleWithFilter() public static méthode

public static HandleWithFilter ( ) : void
Résultat void

ThrowAnException() public static méthode

public static ThrowAnException ( string message ) : void
message string
Résultat void