Xamarin.Insights.Report Method
An overload of Insights.Report(Exception, ReportSeverity), this allows the developer to specify extra data to be sent with the exception.

Syntax

public static void Report (Exception exception, IDictionary extraData, ReportSeverity warningLevel)

Parameters

exception
The Exception the developer wants to report.
extraData
A Dictionary containing key/values that the developer wants to report along with the exception.
warningLevel
A warning level for the given report, can be ReportSeverity.Warning or ReportSeverity.Error.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin
Assembly: Xamarin.Insights (in Xamarin.Insights.dll)
Assembly Versions: 0.2.0.0, 1.0.0.0