AudioGraphUnrecoverableErrorOccurredEventArgs Class

Definition

Represents arguments for an UnrecoverableErrorOccurred event.

public ref class AudioGraphUnrecoverableErrorOccurredEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AudioGraphUnrecoverableErrorOccurredEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AudioGraphUnrecoverableErrorOccurredEventArgs
Public NotInheritable Class AudioGraphUnrecoverableErrorOccurredEventArgs
Inheritance
Object Platform::Object IInspectable AudioGraphUnrecoverableErrorOccurredEventArgs
Attributes

Windows requirements

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

Remarks

Get an instance of this class by handling the UnrecoverableErrorOccurred event.

Properties

Error

Gets the error associated with the event.

Applies to