Table of Contents

Constructor UnspecifiedFailureException

Namespace
PaintDotNet.Interop
Assembly
PaintDotNet.Windows.dll

UnspecifiedFailureException()

public UnspecifiedFailureException()

UnspecifiedFailureException(string?)

public UnspecifiedFailureException(string? message)

Parameters

message string

UnspecifiedFailureException(Exception?)

public UnspecifiedFailureException(Exception? innerException)

Parameters

innerException Exception

UnspecifiedFailureException(string?, Exception?)

public UnspecifiedFailureException(string? message, Exception? innerException)

Parameters

message string
innerException Exception