Table of Contents

Constructor Win32ErrorException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Win32ErrorException()

public Win32ErrorException()

Win32ErrorException(string?)

public Win32ErrorException(string? message)

Parameters

message string

Win32ErrorException(Exception?)

public Win32ErrorException(Exception? innerException)

Parameters

innerException Exception

Win32ErrorException(string?, Exception?)

public Win32ErrorException(string? message, Exception? innerException)

Parameters

message string
innerException Exception