TransactionFaultedException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TransactionFaultedException(String) |
適切なメッセージを使用して、 クラスの TransactionFaultedException 新しいインスタンスを初期化します。 |
TransactionFaultedException(SerializationInfo, StreamingContext) |
シリアル化された状態から クラスの TransactionFaultedException 新しいインスタンスを初期化します。 |
TransactionFaultedException(String, Exception) |
適切なメッセージを使用して、 クラスの TransactionFaultedException 新しいインスタンスを初期化します。 |
TransactionFaultedException(String)
適切なメッセージを使用して、 クラスの TransactionFaultedException 新しいインスタンスを初期化します。
public TransactionFaultedException (string message);
new System.Fabric.TransactionFaultedException : string -> System.Fabric.TransactionFaultedException
Public Sub New (message As String)
パラメーター
- message
- String
この例外の原因を説明するエラー メッセージ。
適用対象
TransactionFaultedException(SerializationInfo, StreamingContext)
シリアル化された状態から クラスの TransactionFaultedException 新しいインスタンスを初期化します。
protected TransactionFaultedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.TransactionFaultedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.TransactionFaultedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
スローされた例外についての、シリアル化されたオブジェクトのデータが含まれます。
- context
- StreamingContext
転送元または転送先についてのコンテキスト情報を格納します。
適用対象
TransactionFaultedException(String, Exception)
適切なメッセージを使用して、 クラスの TransactionFaultedException 新しいインスタンスを初期化します。
public TransactionFaultedException (string message, Exception inner);
new System.Fabric.TransactionFaultedException : string * Exception -> System.Fabric.TransactionFaultedException
Public Sub New (message As String, inner As Exception)
パラメーター
- message
- String
この例外の原因を説明するエラー メッセージ。
- inner
- Exception
詳細情報を提供する内部例外。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET