Class PsConverterException
Namespace: Aspose.Page.EPS
Assembly: Aspose.Page.dll (25.1.2)
This class contains information about an error that is thrown while PS file is converted to PDF document.
public class PsConverterException : Exception, ISerializable
Inheritance
object ← Exception ← PsConverterException
Implements
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
PsConverterException()
Initializes a new instance of the Aspose.Page.EPS.PsConverterException class.
public PsConverterException()
PsConverterException(string)
Initializes a new instance of the Aspose.Page.EPS.PsConverterException class.
public PsConverterException(string errorStr)
Parameters
errorStr
string
The string that describes a reason of coversion error.