WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorDisplayArgs

    Show / Hide Table of Contents

    Class ErrorDisplayArgs

    Reprsents a class for the arrguments in Error Display.

    Inheritance
    System.Object
    ErrorDisplayArgs
    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.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 Description
    System.String

    NewErrorMessage

    Gets or sets the NewErrorMessage

    Declaration
    public string NewErrorMessage { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved