Class ErrorDisplayArgs
Reprsents a class for the arrguments in Error Display.
Inheritance
System.Object
ErrorDisplayArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class ErrorDisplayArgs : RoutedEventArgs
Constructors
ErrorDisplayArgs(String, String)
Initializes a new instance of the ErrorDisplayArgs class.
Declaration
public ErrorDisplayArgs(string _errorDetails, string _newErrorMessage)
Parameters
Type | Name | Description |
---|---|---|
System.String | _errorDetails | |
System.String | _newErrorMessage |
Properties
ErrorDetails
Gets the Error Details
Declaration
public string ErrorDetails { get; }
Property Value
Type |
---|
System.String |
NewErrorMessage
Gets or sets the NewErrorMessage
Declaration
public string NewErrorMessage { get; set; }
Property Value
Type |
---|
System.String |