Class UnsupportedSaveFormatException
Названий на: Aspose.Note Асамблея: Aspose.Note.dll (25.4.0)
Завантажити, якщо запропонований формат збереження не підтримується.
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
Нападні члени
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
Без підтримкиSaveFormatException(SerializationInfo, StreamingContext)
Ініціалює нову інстанцію класу Aspose.Note.UnsupportedSaveFormatException.
protected UnsupportedSaveFormatException(
SerializationInfo serializationInfo,
StreamingContext synchronizationContext)
{
base(serializationInfo, synchronizationContext);
}
Parameters
serializationInfo
SerializationInfo
Інформація про серіалізацію.
synchronizationContext
StreamingContext
Контекст синхронізації.