MonitoringAlertUpdateFailure Class

 

Applies To: Operations Manager for System Center 2012

Contains the exception that occurred when a monitoring alert failed to update.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertUpdateFailure

Syntax

[SerializableAttribute]
public class MonitoringAlertUpdateFailure
[SerializableAttribute]
public ref class MonitoringAlertUpdateFailure 
[<SerializableAttribute>]
type MonitoringAlertUpdateFailure = class end
<SerializableAttribute>
Public Class MonitoringAlertUpdateFailure

Properties

Name Description
System_CAPS_pubproperty Exception

Gets the exception that occurred when a monitoring alert failed to update.

System_CAPS_pubproperty MonitoringAlert

Gets the monitoring alert that failed to update.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(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.EnterpriseManagement.Monitoring Namespace

Return to top