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

Synchronization 컨텍스트

 한국어