Class FileCorruptedException
Namespace: Aspose.Note
Assembly: Aspose.Note.dll (24.12.0)
Thrown during document load, when the document appears to be corrupted and impossible to load.
public class FileCorruptedException : Exception, ISerializable
Inheritance
object ← Exception ← FileCorruptedException
Implements
Inherited Members
Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
FileCorruptedException(SerializationInfo, StreamingContext)
Initializes a new instance of the Aspose.Note.FileCorruptedException class.
protected FileCorruptedException(SerializationInfo serializationInfo, StreamingContext synchronizationContext)
Parameters
serializationInfo
SerializationInfo
The serialization info.
synchronizationContext
StreamingContext
The synchronization context.