menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorDisplayArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved