Table of Contents

Constructor InvalidJpegScanIndexException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

InvalidJpegScanIndexException()

public InvalidJpegScanIndexException()

InvalidJpegScanIndexException(string?)

public InvalidJpegScanIndexException(string? message)

Parameters

message string

InvalidJpegScanIndexException(Exception?)

public InvalidJpegScanIndexException(Exception? innerException)

Parameters

innerException Exception

InvalidJpegScanIndexException(string?, Exception?)

public InvalidJpegScanIndexException(string? message, Exception? innerException)

Parameters

message string
innerException Exception