ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XmlReadingException - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XmlReadingException

    Represents exception, that occurred during parse excel structure from xml stream.

    Inheritance
    System.Object
    System.Exception
    System.ApplicationException
    XmlReadingException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.Exceptions
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class XmlReadingException : ApplicationException, ISerializable, _Exception

    Constructors

    XmlReadingException()

    Initializes a new instance of the class with default error message.

    Declaration
    public XmlReadingException()

    XmlReadingException(String)

    Initializes a new instance of the class with a specified error message.

    Declaration
    public XmlReadingException(string message)
    Parameters
    Type Name Description
    System.String message

    Error message.

    XmlReadingException(String, String)

    Creates new instance of xml reading exception.

    Declaration
    public XmlReadingException(string strBlock, string strDescription)
    Parameters
    Type Name Description
    System.String strBlock

    Represents block of xml nodes where occurred exception.

    System.String strDescription

    Represents some description.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved