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

Error when sending/receving file via BITS

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
[

GuidAttribute("19C613A0-FCB8-4F28-81AE-897C3D078F81")]
public 
interface 
IBackgroundCopyError
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
<

GuidAttribute("19C613A0-FCB8-4F28-81AE-897C3D078F81")> _
Public 
Interface 
IBackgroundCopyError
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
[

GuidAttribute(L"19C613A0-FCB8-4F28-81AE-897C3D078F81")]
public 
interface class 
IBackgroundCopyError

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
GetError(BitsErrorContext % , Int32 % )
Gets error details
GetErrorContextDescription(UInt32, String % )
Gets error context description
GetErrorDescription(UInt32, String % )
Gets error description
GetFile(IBackgroundCopyFile % )
Gets errored file
GetProtocol(String % )
Gets protocol

See Also