Share via


MonitoringAlertUpdateFailure.Exception Property

 

Applies To: Operations Manager for System Center 2012

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

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

Syntax

public Exception Exception { get; internal set; }
public:
property Exception^ Exception {
    Exception^ get();
    internal: void set(Exception^ value);
}
member Exception : Exception with get, internal set
Public Property Exception As Exception
    Get
    Friend Set
End Property

Property Value

Type: System.Exception

Returns a Exception object.

See Also

MonitoringAlertUpdateFailure Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top