Table of Contents

Constructor InvalidProgressiveLevelException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

InvalidProgressiveLevelException()

public InvalidProgressiveLevelException()

InvalidProgressiveLevelException(string?)

public InvalidProgressiveLevelException(string? message)

Parameters

message string

InvalidProgressiveLevelException(Exception?)

public InvalidProgressiveLevelException(Exception? innerException)

Parameters

innerException Exception

InvalidProgressiveLevelException(string?, Exception?)

public InvalidProgressiveLevelException(string? message, Exception? innerException)

Parameters

message string
innerException Exception