Class XmpException

Class XmpException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

Undantaget som kastas när XMP har en ogiltig struktur.

public class XmpException : FrameworkException, ISerializable

Arv

objectExceptionFrameworkExceptionXmpException

Implementerar

ISerializable

Ärftade medlemmar

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

Konstruktörer

XmpException()

Initierar en ny instans av klassen Aspose.Imaging.CoreExceptions.XmpException.

public XmpException()

XmpException(string)

Initierar en ny instans av klassen Aspose.Imaging.CoreExceptions.XmpException.

public XmpException(string message)

Parametrar

message string

Meddelandet.

XmpException(string, Exception)

Initierar en ny instans av klassen Aspose.Imaging.CoreExceptions.XmpException.

public XmpException(string message, Exception innerException)

Parametrar

message string

Meddelandet.

innerException Exception

Det inre undantaget.

 Svenska