Gets the exception currently flying.

Namespace:  PostSharp.Laos
Assembly:  PostSharp.Laos (in PostSharp.Laos.dll)

Syntax

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

Field Value

An Exception, or null if the method is exiting normally.

See Also