Returns a textual representation of the ErrorStatus value.
| C# | Visual Basic | Visual C++ |
public static List<string> ErrorText( ErrorStatus errorType )
Public Shared Function ErrorText ( _ errorType As ErrorStatus _ ) As List(Of String)
public: static List<String^>^ ErrorText( ErrorStatus errorType )
- errorType (ErrorStatus)
- The ErrorStatus value to examine.
A list with a text string for each error flagged in the ErrorStatus value.