ErrorInfo
Class
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)
Properties
Gets the cause of this error.
C#
public CameraErrorState ErrorState { get; set; }
Methods
Returns a string that represents the current object.