ExceptionCodec.GetDataProperty(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.