Freigeben über


ExceptionCodec.GetDataProperty(Exception) Methode

Definition

Ruft die Data-Eigenschaft aus der bereitgestellten Ausnahme ab.

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)

Parameter

exception
Exception

Die Ausnahme.

Gibt zurück

Die -Eigenschaft der bereitgestellten Data Ausnahme.

Gilt für: