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

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadWebCam.dll

Syntax:

C#
public class CameraErrorEventArgs : EventArgs

Inheritance: objectEventArgsCameraErrorEventArgs

Inherited Members EventArgs.Empty

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; }