ExceptionCodec.GetDataProperty(Exception) メソッド

定義

指定された例外から data プロパティを取得します。

public System.Collections.Generic.Dictionary<object,object> GetDataProperty (Exception exception);
member this.GetDataProperty : Exception -> System.Collections.Generic.Dictionary<obj, obj>
Public Function GetDataProperty (exception As Exception) As Dictionary(Of Object, Object)

パラメーター

exception
Exception

例外。

戻り値

指定された例外の Data プロパティ。

適用対象