ChangeFeedProcessorUserException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET