PartitionNotFoundException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
内部例外。
適用対象
Azure SDK for .NET