Class UnsupportedSaveFormatException

Class UnsupportedSaveFormatException

이름 공간 : Aspose.Note 모임: Aspose.Note.dll (25.4.0)

요청된 저장 형식이 지원되지 않은 경우 Thrown.

public class UnsupportedSaveFormatException : Exception, ISerializable
   {
       public UnsupportedSaveFormatException() { }
       public UnsupportedSaveFormatException(string message) : base(message) { }
       public UnsupportedSaveFormatException(string message, Exception innerException) : base(message, innerException) { }
       protected UnsupportedSaveFormatException(SerializationInfo info, StreamingContext context) : base(info, context) { }
   }

Inheritance

object Exception UnsupportedSaveFormatException

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

지원되지 않은SaveFormat제외(SerializationInfo, StreamingContext)

Aspose.Note.UnsupportedSaveFormatException 클래스의 새로운 예를 시작합니다.

protected UnsupportedSaveFormatException(
       SerializationInfo serializationInfo,
       StreamingContext synchronizationContext)
   {
       base(serializationInfo, synchronizationContext);
   }

Parameters

serializationInfo SerializationInfo

시리얼 정보에 대한 정보

synchronizationContext StreamingContext

Synchronization 컨텍스트

 한국어