IErrorReportingSettings
IErrorReportingSettings
IErrorReportingSettings
IErrorReportingSettings
Interface
Definition
Represents diagnostic error reporting settings.
public : interface IErrorReportingSettingspublic interface IErrorReportingSettingsPublic Interface IErrorReportingSettings// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
GetErrorOptions() GetErrorOptions() GetErrorOptions() GetErrorOptions()
Gets the type of error reporting for the error object.
public : ErrorOptions GetErrorOptions()public ErrorOptions GetErrorOptions()Public Function GetErrorOptions() As ErrorOptions// You can use this method in JavaScript.
Returns
One of the enumeration values.
SetErrorOptions(ErrorOptions) SetErrorOptions(ErrorOptions) SetErrorOptions(ErrorOptions) SetErrorOptions(ErrorOptions)
Sets the type of error reporting for the error object.
public : void SetErrorOptions(ErrorOptions value)public void SetErrorOptions(ErrorOptions value)Public Function SetErrorOptions(value As ErrorOptions) As void// You can use this method in JavaScript.
Parameters
One of the enumeration values.