Table of Contents

Constructor UnexpectedDirectWriteException

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

UnexpectedDirectWriteException()

public UnexpectedDirectWriteException()

UnexpectedDirectWriteException(string?)

public UnexpectedDirectWriteException(string? message)

Parameters

message string

UnexpectedDirectWriteException(Exception?)

public UnexpectedDirectWriteException(Exception? innerException)

Parameters

innerException Exception

UnexpectedDirectWriteException(string?, Exception?)

public UnexpectedDirectWriteException(string? message, Exception? innerException)

Parameters

message string
innerException Exception