Share via


PartitionNotFoundException Class

Definition

Exception occurred when partition wasn't found.

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

Constructors

PartitionNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the PartitionNotFoundException class using default values.

PartitionNotFoundException(String, String)

Initializes a new instance of the PartitionNotFoundException class using error message and last continuation token.

PartitionNotFoundException(String, String, Exception)

Initializes a new instance of the PartitionNotFoundException class using error message and inner exception.

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