BitsJobErrorEventArgs.ErrorCode Property
Gets the error code for a BITS job.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int ErrorCode { get; private set; }
public:
property int ErrorCode {
int get();
private: void set(int value);
}
Public Property ErrorCode As Integer
Get
Private Set
End Property
Property Value
Type: System.Int32
See Also
BitsJobErrorEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top