C# Class Appccelerate.IO.ExceptionExtensionMethods

Afficher le fichier Open project: appccelerate/appccelerate

Méthodes publiques

Méthode Description
PreserveStackTrace ( this exception ) : Exception

Preserves the stack trace of the exception.

Method Details

PreserveStackTrace() public static méthode

Preserves the stack trace of the exception.
public static PreserveStackTrace ( this exception ) : Exception
exception this The exception.
Résultat System.Exception