Table of Contents

Constructor RecreateDeviceContextException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

RecreateDeviceContextException()

public RecreateDeviceContextException()

RecreateDeviceContextException(string?)

public RecreateDeviceContextException(string? message)

Parameters

message string

RecreateDeviceContextException(Exception?)

public RecreateDeviceContextException(Exception? innerException)

Parameters

innerException Exception

RecreateDeviceContextException(string?, Exception?)

public RecreateDeviceContextException(string? message, Exception? innerException)

Parameters

message string
innerException Exception