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