Class PsConverterException
Namespace: Aspose.Page.EPS
Assembly: Aspose.Page.dll (25.1.2)
Cette classe contient des informations sur une erreur qui est générée lors de la conversion d’un fichier PS en document PDF.
public class PsConverterException : Exception, ISerializable
Héritage
object ← Exception ← PsConverterException
Implémente
Membres hérités
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()
Constructeurs
PsConverterException()
Initialise une nouvelle instance de la classe Aspose.Page.EPS.PsConverterException.
public PsConverterException()
PsConverterException(string)
Initialise une nouvelle instance de la classe Aspose.Page.EPS.PsConverterException.
public PsConverterException(string errorStr)
Paramètres
errorStr
string
La chaîne qui décrit la raison de l’erreur de conversion.