ExceptionCodec.SetBaseProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された例外の基本プロパティを設定します。
public void SetBaseProperties (Exception value, string message, string stackTrace, Exception innerException, int hResult, System.Collections.Generic.Dictionary<object,object> data);
member this.SetBaseProperties : Exception * string * string * Exception * int * System.Collections.Generic.Dictionary<obj, obj> -> unit
Public Sub SetBaseProperties (value As Exception, message As String, stackTrace As String, innerException As Exception, hResult As Integer, data As Dictionary(Of Object, Object))
パラメーター
- value
- Exception
値。
- message
- String
メッセージ。
- stackTrace
- String
スタック トレース。
- innerException
- Exception
内部例外。
- hResult
- Int32
HResult。
- data
- Dictionary<Object,Object>
データ。