Table of Contents

Constructor CodecNoThumbnailException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

CodecNoThumbnailException()

public CodecNoThumbnailException()

CodecNoThumbnailException(string?)

public CodecNoThumbnailException(string? message)

Parameters

message string

CodecNoThumbnailException(Exception?)

public CodecNoThumbnailException(Exception? innerException)

Parameters

innerException Exception

CodecNoThumbnailException(string?, Exception?)

public CodecNoThumbnailException(string? message, Exception? innerException)

Parameters

message string
innerException Exception