C# Class Endjin.Assembly.ChangeDetection.Infrastructure.LastException

Show file Open project: endjin/Endjin.Assembly.ChangeDetection

Public Methods

Method Description
GetLastException ( ) : Exception

Get from the current thread the last thrown exception object.

LastException ( ) : System

Method Details

GetLastException() public method

Get from the current thread the last thrown exception object.
public GetLastException ( ) : Exception
return System.Exception

LastException() public method

public LastException ( ) : System
return System