Class FileCorruptException
Summary description for StreamReadError.
Inheritance
System.Object
FileCorruptException
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class FileCorruptException : Exception
Constructors
FileCorruptException()
Default constructor.
Declaration
public FileCorruptException()
FileCorruptException(Exception)
Initializes a new instance of the FileCorruptException class.
Declaration
public FileCorruptException(Exception innerExc)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerExc | The inner exc. |
FileCorruptException(SerializationInfo, StreamingContext)
Throws Exception when document appears to be corrupted and impossible.
Declaration
public FileCorruptException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
FileCorruptException(String)
Throws Exception when document appears to be corrupted and impossible.
Declaration
public FileCorruptException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
FileCorruptException(String, Exception)
Throws Exception when document appears to be corrupted and impossible.
Declaration
public FileCorruptException(string message, Exception innerExc)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerExc |