ClassErrorInfo
Class
Contains error information.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadWebCam.dll
Syntax:
cs-api-definition
public class ErrorInfo
Inheritance: objectErrorInfo
Constructors
ErrorInfo(string, CameraErrorState)
Initializes a new instance of the ErrorInfo class.
Declaration
cs-api-definition
public ErrorInfo(string message, CameraErrorState errorState)
Parameters
message
errorState
Properties
ErrorState
Gets the cause of this error.
Declaration
cs-api-definition
public CameraErrorState ErrorState { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.