Table of Contents

Constructor MaxTextureSizeExceededException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

MaxTextureSizeExceededException()

public MaxTextureSizeExceededException()

MaxTextureSizeExceededException(string?)

public MaxTextureSizeExceededException(string? message)

Parameters

message string

MaxTextureSizeExceededException(Exception?)

public MaxTextureSizeExceededException(Exception? innerException)

Parameters

innerException Exception

MaxTextureSizeExceededException(string?, Exception?)

public MaxTextureSizeExceededException(string? message, Exception? innerException)

Parameters

message string
innerException Exception