New to Telerik UI for WPFStart a free 30-day trial

Contains error information.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.dll

Syntax:

C#
public class ErrorInfo

Inheritance: objectErrorInfo

Constructors

Initializes a new instance of the ErrorInfo class.

C#
public ErrorInfo(string message, CameraErrorState errorState)
Parameters:messagestringerrorStateCameraErrorState

Properties

Gets the cause of this error.

C#
public CameraErrorState ErrorState { get; set; }

Gets or sets the message associated with this error and displayed in the error template of the control.

C#
public string Message { get; set; }

Methods

Returns a string that represents the current object.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()