Class NoPrinterInstalledException
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Representa una excepción que se lanza cuando no hay impresora instalada en el sistema operativo.
public class NoPrinterInstalledException : Exception, ISerializable
Herencia
object ← Exception ← NoPrinterInstalledException
Implementa
Miembros heredados
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()
Constructores
NoPrinterInstalledException(SerializationInfo, StreamingContext)
Inicializa una nueva instancia de la clase Aspose.Tasks.NoPrinterInstalledException.
protected NoPrinterInstalledException(SerializationInfo info, StreamingContext context)
Parámetros
info
SerializationInfo
La información de serialización.
context
StreamingContext
El contexto de serialización.