Table of Contents

Constructor ScannerFailedException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

ScannerFailedException()

public ScannerFailedException()

ScannerFailedException(string?)

public ScannerFailedException(string? message)

Parameters

message string

ScannerFailedException(Exception?)

public ScannerFailedException(Exception? innerException)

Parameters

innerException Exception

ScannerFailedException(string?, Exception?)

public ScannerFailedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception