MediaCaptureFailedEventArgs Klasse

Definition

Stellt Daten für das MediaCapture.Failed-Ereignis bereit.

public ref class MediaCaptureFailedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class MediaCaptureFailedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class MediaCaptureFailedEventArgs
Public NotInheritable Class MediaCaptureFailedEventArgs
Vererbung
Object Platform::Object IInspectable MediaCaptureFailedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
backgroundMediaRecording microphone webcam

Hinweise

Dieses Objekt wird nicht direkt instanziiert, es wird vom MediaCapture.Failed-Ereignis erstellt und als Argument an den MediaCaptureFailedEventHandler-Delegaten zurückgegeben.

Hinweis

Diese Klasse ist nicht agil, was bedeutet, dass Sie das Threadingmodell und das Marshallingverhalten berücksichtigen müssen. Weitere Informationen finden Sie unter Threading and Marshaling (C++/CX) und Using Windows-Runtime objects in a multithreaded environment (.NET).

Eigenschaften

Code

Der Fehlercode des Fehlers, der das Ereignis verursacht hat.

Message

Eine Meldungszeichenfolge für den Fehler.

Gilt für: