Table of Contents

Constructor ExceedsMaxBitmapSizeException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

ExceedsMaxBitmapSizeException()

public ExceedsMaxBitmapSizeException()

ExceedsMaxBitmapSizeException(string?)

public ExceedsMaxBitmapSizeException(string? message)

Parameters

message string

ExceedsMaxBitmapSizeException(Exception?)

public ExceedsMaxBitmapSizeException(Exception? innerException)

Parameters

innerException Exception

ExceedsMaxBitmapSizeException(string?, Exception?)

public ExceedsMaxBitmapSizeException(string? message, Exception? innerException)

Parameters

message string
innerException Exception