Skip to main content
Skip table of contents

InvalidImageException

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

  • Exception

Constructors

InvalidImageException [1/4]

Source code

public InvalidImageException()
InvalidImageException [2/4]

Source code

public InvalidImageException(string message)
Arguments
TypeNameDescription
stringmessage
InvalidImageException [3/4]

Source code

public InvalidImageException(string message, Exception innerException)
Arguments
TypeNameDescription
stringmessage
ExceptioninnerException
InvalidImageException [4/4]

Source code

protected InvalidImageException(SerializationInfo info, StreamingContext context)
Arguments
TypeNameDescription
SerializationInfoinfo
StreamingContextcontext

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.