Edit

Share via


ExceptionCodec.GetDataProperty(Exception) Method

Definition

Gets the data property from the provided 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)

Parameters

exception
Exception

The exception.

Returns

The provided exception's Data property.

Applies to