Table of Contents

Constructor RemoteFontException

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

RemoteFontException()

public RemoteFontException()

RemoteFontException(string?)

public RemoteFontException(string? message)

Parameters

message string

RemoteFontException(Exception?)

public RemoteFontException(Exception? innerException)

Parameters

innerException Exception

RemoteFontException(string?, Exception?)

public RemoteFontException(string? message, Exception? innerException)

Parameters

message string
innerException Exception