ChangeFeedProcessorUserException Constructors
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.
Overloads
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. |
ChangeFeedProcessorUserException(Exception, ChangeFeedProcessorContext)
Initializes a new instance of the ChangeFeedProcessorUserException class using the specified internal exception.
public ChangeFeedProcessorUserException (Exception originalException, Microsoft.Azure.Cosmos.ChangeFeedProcessorContext context);
new Microsoft.Azure.Cosmos.ChangeFeedProcessorUserException : Exception * Microsoft.Azure.Cosmos.ChangeFeedProcessorContext -> Microsoft.Azure.Cosmos.ChangeFeedProcessorUserException
Public Sub New (originalException As Exception, context As ChangeFeedProcessorContext)
Parameters
- context
- ChangeFeedProcessorContext
Context under which the exception occurred.
Applies to
ChangeFeedProcessorUserException(SerializationInfo, StreamingContext)
Initializes a new instance of the ChangeFeedProcessorUserException for serialization purposes.
protected ChangeFeedProcessorUserException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Cosmos.ChangeFeedProcessorUserException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Cosmos.ChangeFeedProcessorUserException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The SerializationInfo object that holds serialized object data for the exception being thrown.
- context
- StreamingContext
The StreamingContext that contains contextual information about the source or destination.