Returns the current error state
| C# | Visual Basic | Visual C++ |
public ErrorCondition ErrorState { get; }
Public ReadOnly Property ErrorState As ErrorCondition
public: property ErrorCondition ErrorState { ErrorCondition get (); }
An ErrorCondition representing the current error state.