Class FileCorruptedException

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

ISerializable

наследници

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

Контекстът на синхронизацията.

 Български