Share via


SPAlertUpdateException class

A exceção que é lançada quando há erros durante atualizações de alerta.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.SPAlertUpdateException

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

Syntax

'Declaração
<SerializableAttribute> _
Public NotInheritable Class SPAlertUpdateException _
    Inherits Exception
'Uso
Dim instance As SPAlertUpdateException
[SerializableAttribute]
public sealed class SPAlertUpdateException : Exception

Comentários

Essa exceção pode ser usada com segurança por implementações de IAlertUpdateHandler para propagar um clique nelas para as camadas de interface do usuário alerta de erro.

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.

Ver também

Referência

SPAlertUpdateException members

Microsoft.SharePoint namespace