MediaCaptureFailedEventArgs.Code 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.
The error code of the error that caused the event.
public:
property unsigned int Code { unsigned int get(); };
uint32_t Code();
public uint Code { get; }
var uInt32 = mediaCaptureFailedEventArgs.code;
Public ReadOnly Property Code As UInteger
Property Value
The error code.
Windows requirements
App capabilities |
backgroundMediaRecording
microphone
webcam
|