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
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
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
|
Type |
Name |
Description |
|---|---|---|
|
|
message |
the message |
|
|
errorCode |
the 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
|
Type |
Name |
Description |
|---|---|---|
|
|
message |
the error message. |
|
|
errorCode |
the error code |
|
|
t |
the 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