Skip to main content
Skip table of contents

XmpException

XmpException Public class

Description

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

        @since   16.02.2006

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.xmp
  iTextSharp.xmp.XmpException[[XmpException]]
  end
  subgraph System
System.Exception[[Exception]]
  end
System.Exception --> iTextSharp.xmp.XmpException

Members

Properties

Public properties
TypeNameMethods
intErrorCodeget

Details

Summary

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

        @since   16.02.2006

Inheritance

  • Exception

Constructors

XmpException [1/2]

Source code

public XmpException(string message, int errorCode)
Arguments
TypeNameDescription
stringmessagethe message
interrorCodethe error code
Summary

Constructs an exception with a message and an error code.

XmpException [2/2]

Source code

public XmpException(string message, int errorCode, Exception t)
Arguments
TypeNameDescription
stringmessagethe error message.
interrorCodethe error code
Exceptiontthe exception source
Summary

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

Throwable

Properties

ErrorCode
public virtual int ErrorCode { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.