RuntimeBrokerErrorSettings
RuntimeBrokerErrorSettings
RuntimeBrokerErrorSettings
RuntimeBrokerErrorSettings
Class
Definition
Represents diagnostic error reporting settings.
public : sealed class RuntimeBrokerErrorSettings : IErrorReportingSettingspublic sealed class RuntimeBrokerErrorSettings : IErrorReportingSettingsPublic NotInheritable Class RuntimeBrokerErrorSettings Implements IErrorReportingSettings// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
RuntimeBrokerErrorSettings() RuntimeBrokerErrorSettings() RuntimeBrokerErrorSettings() RuntimeBrokerErrorSettings()
Creates and initializes a new instance of the RuntimeBrokerErrorSettings.
public : RuntimeBrokerErrorSettings()public RuntimeBrokerErrorSettings()Public Sub New()// You can use this method in JavaScript.
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.