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. |