Class PsConverterException

Class PsConverterException

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

Kelas ini berisi informasi tentang kesalahan yang dilempar saat file PS dikonversi menjadi dokumen PDF.

public class PsConverterException : Exception, ISerializable

Pewarisan

objectExceptionPsConverterException

Mengimplementasikan

ISerializable

Anggota yang diwarisi

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

Konstruktor

PsConverterException()

Menginisialisasi instance baru dari kelas Aspose.Page.EPS.PsConverterException.

public PsConverterException()

PsConverterException(string)

Menginisialisasi instance baru dari kelas Aspose.Page.EPS.PsConverterException.

public PsConverterException(string errorStr)

Parameter

errorStr string

String yang menggambarkan alasan kesalahan konversi.

 Indonesia