Table of Contents

Constructor PrintJobClosedException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

PrintJobClosedException()

public PrintJobClosedException()

PrintJobClosedException(string?)

public PrintJobClosedException(string? message)

Parameters

message string

PrintJobClosedException(Exception?)

public PrintJobClosedException(Exception? innerException)

Parameters

innerException Exception

PrintJobClosedException(string?, Exception?)

public PrintJobClosedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception