Class XMPException
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
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
Methods
GetErrorCode()
public virtual int GetErrorCode()
Returns
- int
Returns the errorCode.