Class UnsupportedSaveFormatException
Nombre del espacio: Aspose.Note Asamblea: Aspose.Note.dll (25.4.0)
En caso de que se solicite el formato de almacenamiento no se apoya.
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
Miembros heredados
Exception.GetBaseException() ,y, Exception.ToString() ,y, Exception.GetType() ,y, Exception.TargetSite ,y, Exception.Message ,y, Exception.Data ,y, Exception.InnerException ,y, Exception.HelpLink ,y, Exception.Source ,y, Exception.HResult ,y, Exception.StackTrace ,y, Exception.SerializeObjectState ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
No soportadoSaveFormatExcepción(SerializationInfo, StreamingContext)
Inicia una nueva instancia de la clase Aspose.Note.UnsupportedSaveFormatExcepción.
protected UnsupportedSaveFormatException(
SerializationInfo serializationInfo,
StreamingContext synchronizationContext)
{
base(serializationInfo, synchronizationContext);
}
Parameters
serializationInfo
SerializationInfo
La información de la seriedad.
synchronizationContext
StreamingContext
Contexto de sincronización.