Class FileCorruptedException
Именује се: Aspose.Note Асамблеја: Aspose.Note.dll (25.4.0)
Пробијени током оптерећења докумената, када се документ чини корумпираним и немогући да се наплати.
public class FileCorruptedException : Exception, ISerializable
{
public FileCorruptedException() { }
public FileCorruptedException(string message) : base(message) { }
public FileCorruptedException(string message, Exception innerException) : base(message, innerException) { }
protected FileCorruptedException(SerializationInfo info, StreamingContext context) : base(info, context) { }
}
Inheritance
object ← Exception ← FileCorruptedException
Implements
Наслеђени чланови
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)
Иницијалише нову инстанцију Aspose.Note.FileCorruptedException класе.
protected FileCorruptedException(
SerializationInfo serializationInfo,
StreamingContext synchronizationContext)
{
}
Parameters
serializationInfo
SerializationInfo
Информације о серијализацији.
synchronizationContext
StreamingContext
Контекст синхронизације.