Class CompoundFileException
This is exception thrown when experiencing problems with compound file.
Inheritance
System.Object
CompoundFileException
Namespace: Syncfusion.CompoundFile.XlsIO.Net
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CompoundFileException : Exception
Constructors
CompoundFileException()
Default constructor.
Declaration
public CompoundFileException()
CompoundFileException(String)
Initializes new instance of the exception.
Declaration
public CompoundFileException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Exception message. |