New to Telerik UI for WPFStart a free 30-day trial

Contains state information and event data associated with a camera error routed event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.dll

Syntax:

C#
public class CameraErrorEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCameraErrorEventArgs

Constructors

Initializes a new instance of the CameraErrorEventArgs class.

C#
public CameraErrorEventArgs(ErrorInfo error)
Parameters:errorErrorInfo

Properties

Gets the info associated with this error.

C#
public ErrorInfo Error { get; }