PartitionSplitException 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
PartitionSplitException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PartitionSplitException class using default values. |
PartitionSplitException(String, String) |
Initializes a new instance of the PartitionSplitException class using error message and last continuation token. |
PartitionSplitException(SerializationInfo, StreamingContext)
Initializes a new instance of the PartitionSplitException class using default values.
protected PartitionSplitException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionSplitException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionSplitException
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
PartitionSplitException(String, String)
Initializes a new instance of the PartitionSplitException class using error message and last continuation token.
public PartitionSplitException (string message, string lastContinuation);
new Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionSplitException : string * string -> Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionSplitException
Public Sub New (message As String, lastContinuation As String)
Parameters
- message
- String
The exception error message.
- lastContinuation
- String
Request continuation token.