Class XmpException

Class XmpException

A név: Aspose.Imaging.CoreExceptions Összefoglaló: Aspose.Imaging.dll (25.4.0)

Az a kivétel, amelyet akkor dobnak el, ha az XMP-nek hibás szerkezete van.

public class XmpException : FrameworkException, ISerializable

Inheritance

object Exception FrameworkException XmpException

Implements

ISerializable

Örökletes tagok

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

XmpException()

Indít egy új példát a Aspose.Imaging.CoreExceptions.XmpException osztály.

public XmpException()

XmpException(A string)

Indít egy új példát a Aspose.Imaging.CoreExceptions.XmpException osztály.

public XmpException(string message)

Parameters

message string

Az üzenet.

XmpException(Szilveszter, kivétel)

Indít egy új példát a Aspose.Imaging.CoreExceptions.XmpException osztály.

public XmpException(string message, Exception innerException)

Parameters

message string

Az üzenet.

innerException Exception

A belső kivétel.

 Magyar