Share via


BitsJobErrorEventArgs.ErrorContext Property

 

Gets the error context for a BITS job.

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

Syntax

public BitsErrorContext ErrorContext { get; private set; }
public:
property BitsErrorContext ErrorContext {
    BitsErrorContext get();
    private: void set(BitsErrorContext value);
}
Public Property ErrorContext As BitsErrorContext
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.Bits.BitsErrorContext

See Also

BitsJobErrorEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top