Share via


BitsSecureFailure Class

 

An event is thrown when there is a BITS security failure.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.StatusMessages.CcmEvent
    Microsoft.ConfigurationManagement.Messaging.StatusMessages.CcmFrameworkEvent
      Microsoft.ConfigurationManagement.Messaging.StatusMessages.CcmFrameworkWarning
        Microsoft.ConfigurationManagement.Messaging.StatusMessages.BitsSecureFailure

Syntax

[SerializableAttribute]
public sealed class BitsSecureFailure : CcmFrameworkWarning
[SerializableAttribute]
public ref class BitsSecureFailure sealed : CcmFrameworkWarning
<SerializableAttribute>
Public NotInheritable Class BitsSecureFailure
    Inherits CcmFrameworkWarning

Constructors

Name Description
System_CAPS_pubmethod BitsSecureFailure()

Initializes a new instance of the BitsSecureFailure class.

Properties

Name Description
System_CAPS_pubproperty ClientId

Gets or sets the client ID of the client sending the status message. (Inherited from CcmEvent.)

System_CAPS_pubproperty DateTime

Gets or sets the time for the status message. The default value is Now.

This value needs to be set to a SmsTime-style format, not a DateTime format, or serialization on the management point will fail. (Inherited from CcmEvent.)

System_CAPS_pubproperty EventId

Gets or sets the NT event ID for the message. (Inherited from CcmEvent.)

System_CAPS_pubproperty HResult

Gets or sets the HRESULT for the underlying function call that generates the message.

System_CAPS_pubproperty ProcessId

Gets or sets the ProcessID for the message. The default value is the ID for the current process. (Inherited from CcmEvent.)

System_CAPS_pubproperty ServerPath

Gets or sets the BITS path that failed.

System_CAPS_pubproperty Severity

Gets the message severity. The severity of CCM_Framework_Error messages is always Error. Do not override this in any inherited classes. (Inherited from CcmFrameworkWarning.)

System_CAPS_pubproperty StatusMessageType

Gets the CCM_DataTransferService_BITS_SecureFailure type. (Overrides CcmFrameworkWarning.StatusMessageType.)

System_CAPS_pubproperty ThreadId

Gets or sets the ThreadID for the message. The default value is the thread ID for the current process. (Inherited from CcmEvent.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top