AudioGraphUnrecoverableErrorOccurredEventArgs.Error Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the error associated with the event.
public:
property AudioGraphUnrecoverableError Error { AudioGraphUnrecoverableError get(); };
AudioGraphUnrecoverableError Error();
public AudioGraphUnrecoverableError Error { get; }
var audioGraphUnrecoverableError = audioGraphUnrecoverableErrorOccurredEventArgs.error;
Public ReadOnly Property Error As AudioGraphUnrecoverableError
Property Value
An enumeration value indicating the error.
Windows requirements
App capabilities |
backgroundMediaRecording
|