IVsSettingsErrorInformation.GetErrorInfo(Int32, UInt32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the error info.
public:
int GetErrorInfo(int nErrorIndex, [Runtime::InteropServices::Out] System::UInt32 % pdwErrorType, [Runtime::InteropServices::Out] System::String ^ % pbstrError);
int GetErrorInfo(int nErrorIndex, [Runtime::InteropServices::Out] unsigned int & pdwErrorType, [Runtime::InteropServices::Out] std::wstring const & & pbstrError);
public int GetErrorInfo (int nErrorIndex, out uint pdwErrorType, out string pbstrError);
abstract member GetErrorInfo : int * uint32 * string -> int
Public Function GetErrorInfo (nErrorIndex As Integer, ByRef pdwErrorType As UInteger, ByRef pbstrError As String) As Integer
Parameters
- nErrorIndex
- Int32
The error index.
- pdwErrorType
- UInt32
The error type.
- pbstrError
- String
The error.
Returns
The HRESULT.