IErrorReportingSettings Interface

Definition

Represents diagnostic error reporting settings.

public interface class IErrorReportingSettings
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(372676498, 45118, 19361, 139, 184, 210, 143, 74, 180, 210, 192)]
struct IErrorReportingSettings
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(372676498, 45118, 19361, 139, 184, 210, 143, 74, 180, 210, 192)]
public interface IErrorReportingSettings
Public Interface IErrorReportingSettings
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

GetErrorOptions()

Gets the type of error reporting for the error object.

SetErrorOptions(ErrorOptions)

Sets the type of error reporting for the error object.

Applies to

See also