SPAlertUpdateException class

The exception that is thrown when there are errors during alert updates.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.SPAlertUpdateException

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class SPAlertUpdateException _
    Inherits Exception
'Usage
Dim instance As SPAlertUpdateException
[SerializableAttribute]
public sealed class SPAlertUpdateException : Exception

Remarks

This exception can be used safely by IAlertUpdateHandler implementations to propagate an error hit inside them to the Alert user interface layers.

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

Reference

SPAlertUpdateException members

Microsoft.SharePoint namespace