The last exception that has occured

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public Exception LastException { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastException As Exception
Visual C++
public:
property Exception^ LastException {
	Exception^ get ();
}

See Also