Table of Contents

Constructor ImageSizeOutOfRangeException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

ImageSizeOutOfRangeException()

public ImageSizeOutOfRangeException()

ImageSizeOutOfRangeException(string?)

public ImageSizeOutOfRangeException(string? message)

Parameters

message string

ImageSizeOutOfRangeException(Exception?)

public ImageSizeOutOfRangeException(Exception? innerException)

Parameters

innerException Exception

ImageSizeOutOfRangeException(string?, Exception?)

public ImageSizeOutOfRangeException(string? message, Exception? innerException)

Parameters

message string
innerException Exception