Class PsDocumentException

Class PsDocumentException

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

Kelas ini berisi informasi tentang kesalahan yang dilemparkan saat file PostScript dibuat, diedit, dan disimpan.

public class PsDocumentException : Exception, ISerializable

Pewarisan

objectExceptionPsDocumentException

Mengimplementasikan

ISerializable

Anggota yang Dwarisi

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

PsDocumentException(string)

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

public PsDocumentException(string errorStr)

Parameter

errorStr string

String yang menjelaskan alasan kesalahan.

 Indonesia