ChangeFeedProcessorUserException Class

Definition

Exception occurred when an operation in an IChangeFeedObserver is running and throws by user code

[System.Serializable]
public class ChangeFeedProcessorUserException : Exception
[<System.Serializable>]
type ChangeFeedProcessorUserException = class
    inherit Exception
Public Class ChangeFeedProcessorUserException
Inherits Exception
Inheritance
ChangeFeedProcessorUserException
Attributes

Constructors

ChangeFeedProcessorUserException(Exception, ChangeFeedProcessorContext)

Initializes a new instance of the ChangeFeedProcessorUserException class using the specified internal exception.

ChangeFeedProcessorUserException(SerializationInfo, StreamingContext)

Initializes a new instance of the ChangeFeedProcessorUserException for serialization purposes.

Properties

ChangeFeedProcessorContext

Contextual information that identifies which was the payload that was delivered to the delegate when this error occurred.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

Applies to