Constructor UnsupportedImageException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
UnsupportedImageException()
Initializes a new instance of the UnsupportedImageException class.
public UnsupportedImageException()
UnsupportedImageException(string)
Initializes a new instance of the UnsupportedImageException class.
public UnsupportedImageException(string message)
Parameters
message
stringThe message.
UnsupportedImageException(string, Exception)
Initializes a new instance of the UnsupportedImageException class.
public UnsupportedImageException(string message, Exception innerException)