Class PsDocumentException

Class PsDocumentException

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

This class contains information about an error that is thrown while PostScript file is created, edited and saved.

public class PsDocumentException : Exception, ISerializable

Inheritance

object Exception PsDocumentException

Implements

ISerializable

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

PsDocumentException(string)

Initializes a new instance of the Aspose.Page.EPS.PsDocumentException class.

public PsDocumentException(string errorStr)

Parameters

errorStr string

The string that describes a reason of error.

 English