Table of Contents

Constructor EffectIsNotRegisteredException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

EffectIsNotRegisteredException()

public EffectIsNotRegisteredException()

EffectIsNotRegisteredException(string?)

public EffectIsNotRegisteredException(string? message)

Parameters

message string

EffectIsNotRegisteredException(Exception?)

public EffectIsNotRegisteredException(Exception? innerException)

Parameters

innerException Exception

EffectIsNotRegisteredException(string?, Exception?)

public EffectIsNotRegisteredException(string? message, Exception? innerException)

Parameters

message string
innerException Exception