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

Gets description for a BITS error (localized)

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
GetErrorDescription(
	
int 
hr,
	
uint 
languageId,
	
out 
string 
errorDescription
)
Public 
Sub 
GetErrorDescription ( _
	
hr 
As 
Integer, _
	
languageId 
As 
UInteger, _
		<
OutAttribute> 
ByRef 
errorDescription 
As 
String _
)
public:
virtual 
void 
GetErrorDescription(
	
int 
hr, 
	
unsigned int 
languageId, 
		[
OutAttribute] 
String^% 
errorDescription
) 
sealed

Parameters

hr
Int32
languageId
UInt32
errorDescription
String %

Implements

IBackgroundCopyManager . . :: . . GetErrorDescription(Int32, UInt32, String % )

See Also