Text explaining configuration errors, if any
Read-only property
[Visual Basic .NET] |
---|
Public Property ErrorText() As String |
[C#] |
---|
public string ErrorText {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ErrorText(); |
[Unmanaged C++] |
---|
public: HRESULT get_ErrorText( BSTR * pErrorText ); |
[Java] |
---|
public String getErrorText(); |