[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets error details

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetError(
	
out 

BitsErrorContext 
errorContext,
	
out 
int 
errorCode
)
Sub 
GetError ( _
		<
OutAttribute> 
ByRef 
errorContext 
As 

BitsErrorContext, _
		<
OutAttribute> 
ByRef 
errorCode 
As 
Integer _
)
void 
GetError(
		[
OutAttribute] 

BitsErrorContext% 
errorContext, 
		[
OutAttribute] 
int% 
errorCode
)

Parameters

errorContext
BitsErrorContext %
errorCode
Int32 %

See Also