Table of Contents

Constructor AlreadyInitializedException

Namespace
PaintDotNet
Assembly
PaintDotNet.ComponentModel.dll

AlreadyInitializedException()

public AlreadyInitializedException()

AlreadyInitializedException(string?)

public AlreadyInitializedException(string? message)

Parameters

message string

AlreadyInitializedException(Exception?)

public AlreadyInitializedException(Exception? innerException)

Parameters

innerException Exception

AlreadyInitializedException(string?, Exception?)

public AlreadyInitializedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception