In This Topic
The Exception which was thrown
Syntax
'Declaration
Public ReadOnly Property Exception As System.Exception
'Usage
Dim instance As DrawExceptionArgs
Dim value As System.Exception
value = instance.Exception
public System.Exception Exception {get;}
public read-only property Exception: System.Exception;
public function get Exception : System.Exception
public: __property System.Exception* get_Exception();
public:
property System.Exception^ Exception {
System.Exception^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also