C# Class PreservingStacktraceWhenRethrowingExceptions.ExceptionThrower

Afficher le fichier Open project: NikolayIT/CSharp-Tips-and-Tricks Class Usage Examples

Méthodes publiques

Méthode Description
WithStacktrace ( ) : void
WithoutStacktrace ( ) : void

Private Methods

Méthode Description
FirstMethod ( ) : void
SecondMethod ( ) : void
ThirdMethod ( ) : void

Method Details

WithStacktrace() public méthode

public WithStacktrace ( ) : void
Résultat void

WithoutStacktrace() public méthode

public WithoutStacktrace ( ) : void
Résultat void