Class FileCorruptedException

Class FileCorruptedException

Namn på plats: Aspose.Note Sammanfattning: Aspose.Note.dll (25.4.0)

Går under dokumentladdning, när dokumentet verkar vara korrupt och omöjligt att ladda.

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

Arvsmedlemmar

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)

Initialiserar en ny instans av Aspose.Note.FileCorruptedException klass.

protected FileCorruptedException(
      SerializationInfo serializationInfo,
      StreamingContext synchronizationContext)
   {
   }

Parameters

serializationInfo SerializationInfo

Information om serialiseringen.

synchronizationContext StreamingContext

synkroniseringens sammanhang.

 Svenska