C# Class Appccelerate.IO.ExceptionExtensionMethods

Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
PreserveStackTrace ( this exception ) : Exception

Preserves the stack trace of the exception.

Method Details

PreserveStackTrace() public static method

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