Class PsDocumentException
Namespace: Aspose.Page.EPS
Assembly: Aspose.Page.dll (25.1.2)
Diese Klasse enthält Informationen über einen Fehler, der auftritt, während eine PostScript-Datei erstellt, bearbeitet und gespeichert wird.
public class PsDocumentException : Exception, ISerializable
Vererbung
object ← Exception ← PsDocumentException
Implementiert
Vererbte Mitglieder
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()
Konstruktoren
PsDocumentException(string)
Initialisiert eine neue Instanz der Aspose.Page.EPS.PsDocumentException-Klasse.
public PsDocumentException(string errorStr)
Parameter
errorStr
string
Der String, der einen Grund für den Fehler beschreibt.