Class PsDocumentException

Class PsDocumentException

Namespace: Aspose.Page.EPS
Assembly: Aspose.Page.dll (25.1.2)

此类包含在创建、编辑和保存PostScript文件时抛出的错误信息。

public class PsDocumentException : Exception, ISerializable

继承

objectExceptionPsDocumentException

实现

ISerializable

继承成员

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()

构造函数

PsDocumentException(string)

初始化Aspose.Page.EPS.PsDocumentException类的新实例。

public PsDocumentException(string errorStr)

参数

errorStr string

描述错误原因的字符串。

 中文