PartitionNotFoundException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パーティションが見つからないときに例外が発生しました。
[System.Serializable]
public class PartitionNotFoundException : Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionException
[<System.Serializable>]
type PartitionNotFoundException = class
inherit PartitionException
Public Class PartitionNotFoundException
Inherits PartitionException
- 継承
- 属性
コンストラクター
PartitionNotFoundException(SerializationInfo, StreamingContext) |
既定値を使用して PartitionNotFoundException クラスの新しいインスタンスを初期化します。 |
PartitionNotFoundException(String, String) |
エラー メッセージと最後の継続トークンを PartitionNotFoundException 使用して、 クラスの新しいインスタンスを初期化します。 |
PartitionNotFoundException(String, String, Exception) |
エラー メッセージと内部例外を使用して、 PartitionNotFoundException クラスの新しいインスタンスを初期化します。 |
プロパティ
LastContinuation |
要求継続トークンの値を取得します。 (継承元 PartitionException) |
メソッド
GetObjectData(SerializationInfo, StreamingContext) |
例外に関する情報で System.Runtime.Serialization.SerializationInfo を設定します。 (継承元 PartitionException) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET