Table of Contents

Constructor TextEffectIsWrongTypeException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

TextEffectIsWrongTypeException()

public TextEffectIsWrongTypeException()

TextEffectIsWrongTypeException(string?)

public TextEffectIsWrongTypeException(string? message)

Parameters

message string

TextEffectIsWrongTypeException(Exception?)

public TextEffectIsWrongTypeException(Exception? innerException)

Parameters

innerException Exception

TextEffectIsWrongTypeException(string?, Exception?)

public TextEffectIsWrongTypeException(string? message, Exception? innerException)

Parameters

message string
innerException Exception