共用方式為


ExceptionCodec.GetDataProperty(Exception) 方法

定義

從提供的例外狀況取得資料屬性。

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 屬性。

適用於