Class ErrorInfo
Contains error information.
Inheritance
System.Object
ErrorInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadWebCam.dll
Syntax
public class ErrorInfo
Constructors
ErrorInfo(String, CameraErrorState)
Initializes a new instance of the ErrorInfo class.
Declaration
public ErrorInfo(string message, CameraErrorState errorState)
Parameters
System.String
message
|
CameraErrorState
errorState
|
Properties
ErrorState
Gets the cause of this error.
Declaration
public CameraErrorState ErrorState { get; set; }
Property Value
CameraErrorState
|
Message
Gets or sets the message associated with this error.
Declaration
public string Message { get; set; }
Property Value
System.String
|
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()