Table of Contents

Constructor AlreadyRegisteredException

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

AlreadyRegisteredException()

public AlreadyRegisteredException()

AlreadyRegisteredException(string?)

public AlreadyRegisteredException(string? message)

Parameters

message string

AlreadyRegisteredException(Exception?)

public AlreadyRegisteredException(Exception? innerException)

Parameters

innerException Exception

AlreadyRegisteredException(string?, Exception?)

public AlreadyRegisteredException(string? message, Exception? innerException)

Parameters

message string
innerException Exception