Class
ErrorInfo

Contains error information.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.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

string

errorState

CameraErrorState

Properties

ErrorState

Gets the cause of this error.

Declaration

cs-api-definition
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

cs-api-definition
public string Message { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()