C# Class Drey.Server.Extensions.ExceptionExtensions

Show file Open project: dealproc/Drey

Public Methods

Method Description
HeadException ( this exc ) : Exception

Pulls the deepest exception out of an exception stack for further processing.

Method Details

HeadException() public static method

Pulls the deepest exception out of an exception stack for further processing.
public static HeadException ( this exc ) : Exception
exc this The exc.
return System.Exception