Bagikan melalui


ChangeFeedProcessorUserException Constructors

Definition

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)

Source:
ChangeFeedProcessorUserException.cs

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

originalException
Exception

Exception thrown by the user code.

context
ChangeFeedProcessorContext

Context under which the exception occurred.

Applies to

ChangeFeedProcessorUserException(SerializationInfo, StreamingContext)

Source:
ChangeFeedProcessorUserException.cs

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.

Applies to