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
Type | Name | Methods |
---|---|---|
int | ErrorCode | get |
Details
Summary
This exception wraps all errors that occur in the XMP Toolkit.
@since 16.02.2006
Inheritance
Exception
Constructors
XmpException [1/2]
public XmpException(string message, int errorCode)
Arguments
Type | Name | Description |
---|---|---|
string | message | the message |
int | errorCode | the error code |
Summary
Constructs an exception with a message and an error code.
XmpException [2/2]
public XmpException(string message, int errorCode, Exception t)
Arguments
Type | Name | Description |
---|---|---|
string | message | the error message. |
int | errorCode | the error code |
Exception | 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