ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ErrorDetails

    Inheritance
    System.Object
    ErrorDetails
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.FileManager.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ErrorDetails

    Constructors

    ErrorDetails()

    Declaration
    public ErrorDetails()

    Properties

    Code

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    System.String

    FileExists

    Declaration
    public IEnumerable<string> FileExists { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    Message

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