'Declaration
Public ReadOnly Property InnerException As System.Exception
'Usage
Dim instance As ClearImageException Dim value As System.Exception value = instance.InnerException
public System.Exception InnerException {get;}
public read-only property InnerException: System.Exception;
public function get InnerException : System.Exception
public: property System.Exception^ InnerException { System.Exception^ get(); }