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)Dim instance As MonitoringAlertUpdateFailure Dim value As Exception value = instance.Exception Public Property Exception As Exceptionpublic Exception Exception { get; }public: property Exception^ Exception { Exception^ get (); }/** @property */ public Exception get_Exception () public function get Exception () : Exception Property ValueReturns a Exception object.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringAlertUpdateFailure Dim value As Exception value = instance.Exception Public Property Exception As Exceptionpublic Exception Exception { get; }public: property Exception^ Exception { Exception^ get (); }/** @property */ public Exception get_Exception () public function get Exception () : Exception Property ValueReturns a Exception object.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.