Gets the exception currently flying.
Namespace:
PostSharp.LaosAssembly: 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); } |