IVsSettingsErrorInformation::GetErrorInfo Method (Int32, UInt32, String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the error info.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: