IVsSettingsErrorInformation::GetErrorInfo Method (Int32, UInt32, String^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the error info.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
int GetErrorInfo( int nErrorIndex, [OutAttribute] unsigned int% pdwErrorType, [OutAttribute] String^% pbstrError )
Parameters
- nErrorIndex
-
Type:
System::Int32
The error index.
- pdwErrorType
-
Type:
System::UInt32
The error type.
- pbstrError
-
Type:
System::String^
The error.
Show: