[CanBeNullAttribute]
public Exception Exception { get; }
<CanBeNullAttribute>
Public ReadOnly Property Exception As Exception
Get
public:
[CanBeNullAttribute]
property Exception^ Exception {
Exception^ get ();
}
[<CanBeNullAttribute>]
member Exception : Exception with get