This document is archived and information here might be outdated. Recommended version. |
Message associated with last error / error code.
[Visual Basic .NET]
Public Property ErrorMessage As String
[C#]
public string ErrorMessage {get; set;}
[C++]
HRESULT get_ErrorMessage(
System.String* pbstrLastErrorMessage
);
[C++]
HRESULT put_ErrorMessage(
BSTR pbstrLastErrorMessage
);
[C++] Parameters pbstrLastErrorMessage [out, retval]
pbstrLastErrorMessage is a parameter of type BSTR* pbstrLastErrorMessage [in]
pbstrLastErrorMessage is a parameter of type BSTR