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