Class ErrorInfo
Contains error information.
Inheritance
System.Object
ErrorInfo
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Media.dll
Syntax
public class ErrorInfo : Object
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 and displayed in the error template of the control.
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
|