次の方法で共有


PartitionNotFoundException コンストラクター

定義

オーバーロード

PartitionNotFoundException(SerializationInfo, StreamingContext)

既定値を使用して PartitionNotFoundException クラスの新しいインスタンスを初期化します。

PartitionNotFoundException(String, String)

エラー メッセージと最後の継続トークンを PartitionNotFoundException 使用して、 クラスの新しいインスタンスを初期化します。

PartitionNotFoundException(String, String, Exception)

エラー メッセージと内部例外を使用して、 クラスの PartitionNotFoundException 新しいインスタンスを初期化します。

PartitionNotFoundException(SerializationInfo, StreamingContext)

既定値を使用して PartitionNotFoundException クラスの新しいインスタンスを初期化します。

protected PartitionNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

スローされる例外のシリアル化されたオブジェクト データを保持する SerializationInfo オブジェクト。

context
StreamingContext

転送元または転送先についてのコンテキスト情報を含む StreamingContext です。

適用対象

PartitionNotFoundException(String, String)

エラー メッセージと最後の継続トークンを PartitionNotFoundException 使用して、 クラスの新しいインスタンスを初期化します。

public PartitionNotFoundException (string message, string lastContinuation);
new Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException : string * string -> Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException
Public Sub New (message As String, lastContinuation As String)

パラメーター

message
String

例外エラー メッセージ。

lastContinuation
String

継続トークンを要求します。

適用対象

PartitionNotFoundException(String, String, Exception)

エラー メッセージと内部例外を使用して、 クラスの PartitionNotFoundException 新しいインスタンスを初期化します。

public PartitionNotFoundException (string message, string lastContinuation, Exception innerException);
new Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException : string * string * Exception -> Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException
Public Sub New (message As String, lastContinuation As String, innerException As Exception)

パラメーター

message
String

例外エラー メッセージ。

lastContinuation
String

最後の既知の継続トークン

innerException
Exception

内部例外。

適用対象