AudioGraphUnrecoverableErrorOccurredEventArgs
AudioGraphUnrecoverableErrorOccurredEventArgs
AudioGraphUnrecoverableErrorOccurredEventArgs
AudioGraphUnrecoverableErrorOccurredEventArgs
Class
Definition
Represents arguments for an UnrecoverableErrorOccurred event.
public : sealed class AudioGraphUnrecoverableErrorOccurredEventArgs : IAudioGraphUnrecoverableErrorOccurredEventArgspublic sealed class AudioGraphUnrecoverableErrorOccurredEventArgs : IAudioGraphUnrecoverableErrorOccurredEventArgsPublic NotInheritable Class AudioGraphUnrecoverableErrorOccurredEventArgs Implements IAudioGraphUnrecoverableErrorOccurredEventArgs// 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)
|
Remarks
Get an instance of this class by handling the UnrecoverableErrorOccurred event.
Properties
Error Error Error Error
Gets the error associated with the event.
public : AudioGraphUnrecoverableError Error { get; }public AudioGraphUnrecoverableError Error { get; }Public ReadOnly Property Error As AudioGraphUnrecoverableError// You can use this property in JavaScript.
- Value
- AudioGraphUnrecoverableError AudioGraphUnrecoverableError AudioGraphUnrecoverableError AudioGraphUnrecoverableError
An enumeration value indicating the error.