Class NoPrinterInstalledException
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Représente une exception qui est levée lorsqu’aucune imprimante n’est installée dans le système d’exploitation.
public class NoPrinterInstalledException : Exception, ISerializable
Héritage
object ← Exception ← NoPrinterInstalledException
Implémente
Membres hérités
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()
Constructeurs
NoPrinterInstalledException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe Aspose.Tasks.NoPrinterInstalledException.
protected NoPrinterInstalledException(SerializationInfo info, StreamingContext context)
Paramètres
info
SerializationInfo
Les informations de sérialisation.
context
StreamingContext
Le contexte de sérialisation.