InvalidImageException Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.exceptions
iTextSharp.text.exceptions.InvalidImageException[[InvalidImageException]]
end
subgraph System
System.Exception[[Exception]]
end
System.Exception --> iTextSharp.text.exceptions.InvalidImageException
Details
Inheritance
Constructors
InvalidImageException [1/4]
Source code
public InvalidImageException()
InvalidImageException [2/4]
Source code
public InvalidImageException(string message)
Arguments
Type | Name | Description |
---|
string | message | |
InvalidImageException [3/4]
Source code
public InvalidImageException(string message, Exception innerException)
Arguments
Type | Name | Description |
---|
string | message | |
Exception | innerException | |
InvalidImageException [4/4]
Source code
protected InvalidImageException(SerializationInfo info, StreamingContext context)
Arguments
Type | Name | Description |
---|
SerializationInfo | info | |
StreamingContext | context | |
Generated with ModularDoc