Class UnsupportedSaveFormatException

Class UnsupportedSaveFormatException

Именује се: Aspose.Note Асамблеја: Aspose.Note.dll (25.4.0)

Thrown ako je zatraženo sačuvati format nije podržan.

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

UnsupportedSaveFormatException(SerializationInfo, StreamingContext)

Иницијалише нову инстанцију Aspose.Note.UnsupportedSaveFormatException класе.

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

Parameters

serializationInfo SerializationInfo

Информације о серијализацији.

synchronizationContext StreamingContext

Контекст синхронизације.

 Српски