public Exception Exception {get; set;}
'Declaration
Public Property Exception As Exception
'Usage
Dim instance As OcrAutoRecognizeManagerJobError
Dim value As Exception
instance.Exception = value
value = instance.Exception
public HResult Exception {get; set;}
@property (nonatomic, strong) NSError *error
public Exception getException()
public void setException(Exception value)
<br/>get_Exception();<br/>set_Exception(value);<br/>Object.defineProperty('Exception');
public:
property Exception^ Exception {
Exception^ get();
void set ( Exception^ value);
}
Property Value
An
Exception object that specifies the exception that was thrown (if any). May be a
null reference (
Nothing in Visual Basic). Default value is
null.