Error Property
Summary
The exception that was thrown (if any).
Syntax
public Exception Error { get; set; }
Public Property [Error]() As System.Exception
Get
Set
public:
property System::Exception^ Error
{
System::Exception^ get()
void set(System::Exception^ value)
}
public Exception getError()
public void setError(Exception value)
Property Value
The System.Exception object that was thrown and caught by the engine. May be a null value.