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

Syntax

public static void Report (Exception exception, string key, string value, ReportSeverity warningLevel)

Parameters

exception
The Exception the developer wants to report.
key
The unique key to define a single piece of information that the developer wants to send along with the exception.
value
The Value for the unique Key specified that the developer wants to send 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