menu

UWP

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

    Show / Hide Table of Contents

    Class XmlReadingException

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

    Inheritance
    System.Object
    XmlReadingException
    Namespace: Syncfusion.XlsIO.Implementation.Exceptions
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class XmlReadingException : ApplicationException

    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.

    Extension Methods

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