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、ストリーミングコンテキスト)

Aspose.Note.FileCorruptedException クラスの新しいインスタンスを開始します。

protected FileCorruptedException(
      SerializationInfo serializationInfo,
      StreamingContext synchronizationContext)
   {
   }

Parameters

serializationInfo SerializationInfo

シリアリズム情報

synchronizationContext StreamingContext

シンクロニズムの背景

 日本語