CaptureFailedEventArgs.ErrorCode property

Gets the error code associated with a capture failure.

Syntax

public uint ErrorCode { get; }
Public ReadOnly Property ErrorCode As UInteger
public:
property unsigned int ErrorCode { 
   unsigned int get();
}

Property value

Type: System.UInt32 [.NET] | uint32 [C++]

The error code associated with a capture failure.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

See also

CaptureFailedEventArgs