Class UnsupportedSaveFormatException

Class UnsupportedSaveFormatException

名称: Aspose.Note 集合: Aspose.Note.dll (25.4.0)

Thrown 如果请求保存格式不支持。

public class UnsupportedSaveFormatException : Exception, ISerializable

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

UnsupportedSaveFormatException(序列信息,流媒体)

启动 Aspose.Note.UnsupportedSaveFormatException 类的新例子。

protected UnsupportedSaveFormatException(SerializationInfo serializationInfo, StreamingContext synchronizationContext)

Parameters

serializationInfo SerializationInfo

序列信息。

synchronizationContext StreamingContext

同步的背景。

 中文