Partager via


ExceptionCodec.GetDataProperty(Exception) Méthode

Définition

Obtient la propriété de données de l’exception fournie.

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)

Paramètres

exception
Exception

Exception.

Retours

Propriété de l’exception Data fournie.

S’applique à