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

Contains error information.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadWebCam.dll

Syntax:

C#
public class ErrorInfo

Inheritance: objectErrorInfo

Constructors

Initializes a new instance of the ErrorInfo class.

C#
public ErrorInfo(string message, CameraErrorState errorState)
Parameters:messagestringerrorStateCameraErrorState

Properties

Gets the cause of this error.

C#
public CameraErrorState ErrorState { get; set; }

Gets or sets the message associated with this error.

C#
public string Message { get; set; }

Methods

Returns a string that represents the current object.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()