Table of Contents

Class XMPException

Namespace
iText.Kernel.XMP
Assembly
itext.kernel.dll

This exception wraps all errors that occur in the XMP Toolkit.

public class XMPException : Exception, ISerializable
Inheritance
XMPException
Implements
Inherited Members

Constructors

XMPException(string, int)

Constructs an exception with a message and an error code.

public XMPException(string message, int errorCode)

Parameters

message string

the message

errorCode int

the error code

XMPException(string, int, Exception)

Constructs an exception with a message, an error code and a Throwable

public XMPException(string message, int errorCode, Exception t)

Parameters

message string

the error message.

errorCode int

the error code

t Exception

the exception source

Methods

GetErrorCode()

public virtual int GetErrorCode()

Returns

int

Returns the errorCode.