Constructor UnknownImageFormatException
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
UnknownImageFormatException()
public UnknownImageFormatException()
UnknownImageFormatException(string?)
public UnknownImageFormatException(string? message)
Parameters
message
string
UnknownImageFormatException(Exception?)
public UnknownImageFormatException(Exception? innerException)
Parameters
innerException
Exception
UnknownImageFormatException(string?, Exception?)
public UnknownImageFormatException(string? message, Exception? innerException)