Class NoPrinterInstalledException
Class NoPrinterInstalledException
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
表示在操作系统中没有安装打印机时抛出的异常。
public class NoPrinterInstalledException : Exception, ISerializable
继承
object ← Exception ← NoPrinterInstalledException
实现
继承成员
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()
构造函数
NoPrinterInstalledException(SerializationInfo, StreamingContext)
初始化 Aspose.Tasks.NoPrinterInstalledException 类的新实例。
protected NoPrinterInstalledException(SerializationInfo info, StreamingContext context)
参数
info
SerializationInfo
序列化信息。
context
StreamingContext
序列化上下文。