Table of Contents

Constructor InternalErrorException

Namespace
PaintDotNet
Assembly
PaintDotNet.ComponentModel.dll

InternalErrorException()

public InternalErrorException()

InternalErrorException(string?)

public InternalErrorException(string? message)

Parameters

message string

InternalErrorException(Exception?)

public InternalErrorException(Exception? innerException)

Parameters

innerException Exception

InternalErrorException(string?, Exception?)

public InternalErrorException(string? message, Exception? innerException)

Parameters

message string
innerException Exception