Class PsDocumentException

Class PsDocumentException

Namn på plats: Aspose.Page.EPS Sammanfattning: Aspose.Page.dll (25.4.0)

Denna klass innehåller information om ett fel som ärkastas medan PostScript-filen skapas, redigeras och sparas.

public class PsDocumentException : Exception, ISerializable

Inheritance

object Exception PsDocumentException

Implements

ISerializable

Arvsmedlemmar

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(Sträng)

Initialiserar en ny instans av Aspose.Page.EPS.PsDocumentException klass.

public PsDocumentException(string errorStr)

Parameters

errorStr string

Strängen som beskriver orsaken till felet.

 Svenska