Class UnsupportedSaveFormatException
Namespace: Aspose.Note
Assembly: Aspose.Note.dll (25.4.0)
Thrown if requested save format is not supported.
public class UnsupportedSaveFormatException : Exception, ISerializable
Inheritance
object ← Exception ← UnsupportedSaveFormatException
Implements
Inherited Members
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)
Initializes a new instance of the Aspose.Note.UnsupportedSaveFormatException class.
protected UnsupportedSaveFormatException(SerializationInfo serializationInfo, StreamingContext synchronizationContext)
Parameters
serializationInfo
SerializationInfo
The serialization info.
synchronizationContext
StreamingContext
The synchronization context.