Skip to content

ExceptionCodec.GetDataProperty(Exception)

GetDataProperty(Exception)

View source
public Dictionary<object, object> GetDataProperty(Exception exception)
Gets the data property from the provided exception.

Parameters

exceptionException
The exception.

Returns

The provided exception's System.Exception.Data property.