Class PsConverterException

Class PsConverterException

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

Questa classe contiene informazioni su un errore che viene generato durante la conversione di un file PS in un documento PDF.

public class PsConverterException : Exception, ISerializable

Ereditarietà

objectExceptionPsConverterException

Implementa

ISerializable

Membri Ereditati

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()

Costruttori

PsConverterException()

Inizializza una nuova istanza della classe Aspose.Page.EPS.PsConverterException.

public PsConverterException()

PsConverterException(string)

Inizializza una nuova istanza della classe Aspose.Page.EPS.PsConverterException.

public PsConverterException(string errorStr)

Parametri

errorStr string

La stringa che descrive il motivo dell’errore di conversione.

 Italiano