public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Get
public:
virtual property Exception^ Exception {
Exception^ get () sealed;
}
abstract Exception : Exception with get
override Exception : Exception with get