'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As PDFFieldImportError Dim value As Exception value = instance.Exception
public Exception Exception {get;}
public: __property Exception* get_Exception();
public: property Exception^ Exception { Exception^ get(); }