次の方法で共有


ManagedIntegrationRuntimeError クラス

定義

マネージド統合ランタイムのエラー定義。

public class ManagedIntegrationRuntimeError
type ManagedIntegrationRuntimeError = class
Public Class ManagedIntegrationRuntimeError
継承
ManagedIntegrationRuntimeError

コンストラクター

ManagedIntegrationRuntimeError()

ManagedIntegrationRuntimeError クラスの新しいインスタンスを初期化します。

ManagedIntegrationRuntimeError(IDictionary<String,Object>, Nullable<DateTime>, String, IList<String>, String)

ManagedIntegrationRuntimeError クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます

Code

エラー コードを取得します。

Message

エラー メッセージを取得します。

Parameters

マネージド統合ランタイムエラー パラメーターを取得します。

Time

エラーが発生した時刻を取得します。

適用対象