Table of Contents

Class XmpException

Namespace
Aspose.Imaging.CoreExceptions
Assembly
Aspose.Imaging.dll

The exception that is thrown when XMP has invalid structure.

public class XmpException : FrameworkException, ISerializable
Inheritance
XmpException
Implements
Inherited Members

Constructors

XmpException()

Initializes a new instance of the XmpException class.

public XmpException()

XmpException(string)

Initializes a new instance of the XmpException class.

public XmpException(string message)

Parameters

message string

The message.

XmpException(string, Exception)

Initializes a new instance of the XmpException class.

public XmpException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.