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.Data
    
      System.Exception.GetBaseException()
    
      System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    
      System.Exception.GetType()
    
      System.Exception.HelpLink
    
      System.Exception.HResult
    
      System.Exception.InnerException
    
      System.Exception.Message
    
      System.Exception.SerializeObjectState
    
      System.Exception.Source
    
      System.Exception.StackTrace
    
      System.Exception.TargetSite
    
      System.Exception.ToString()
    
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
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