Class
CameraErrorEventArgs

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadWebCam.dll

Syntax:

cs-api-definition
public class CameraErrorEventArgs : EventArgs

Inheritance: objectEventArgsCameraErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

CameraErrorEventArgs(ErrorInfo)

Initializes a new instance of the CameraErrorEventArgs class.

Declaration

cs-api-definition
public CameraErrorEventArgs(ErrorInfo error)

Parameters

error

ErrorInfo

Properties

Error

Gets the info associated with this error.

Declaration

cs-api-definition
public ErrorInfo Error { get; }

Property Value

ErrorInfo