'DeclarationPublic ReadOnly Property Exception As Exception
'UsageDim 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(); }