Share via


PartitionSplitException Class

Definition

Exception occurred during partition split.

[System.Serializable]
public class PartitionSplitException : Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionException
[<System.Serializable>]
type PartitionSplitException = class
    inherit PartitionException
Public Class PartitionSplitException
Inherits PartitionException
Inheritance
PartitionSplitException
Attributes

Constructors

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.

Properties

LastContinuation

Gets the value of request continuation token.

(Inherited from PartitionException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

(Inherited from PartitionException)

Applies to