ChangeFeedProcessorUserException Classe

Définition

Une exception s’est produite lorsqu’une opération dans un IChangeFeedObserver est en cours d’exécution et lève par le code utilisateur

[System.Serializable]
public class ChangeFeedProcessorUserException : Exception
[<System.Serializable>]
type ChangeFeedProcessorUserException = class
    inherit Exception
Public Class ChangeFeedProcessorUserException
Inherits Exception
Héritage
ChangeFeedProcessorUserException
Attributs

Constructeurs

ChangeFeedProcessorUserException(Exception, ChangeFeedProcessorContext)

Initialise une nouvelle instance de la classe à l’aide ChangeFeedProcessorUserException de l’exception interne spécifiée.

ChangeFeedProcessorUserException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance du à des fins de ChangeFeedProcessorUserException sérialisation.

Propriétés

ChangeFeedProcessorContext

Informations contextuelles qui identifient la charge utile qui a été remise au délégué lorsque cette erreur s’est produite.

Méthodes

GetObjectData(SerializationInfo, StreamingContext)

Définit System.Runtime.Serialization.SerializationInfo avec des informations sur l’exception.

S’applique à