Table of Contents

Constructor ScreenAccessDeniedException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

ScreenAccessDeniedException()

public ScreenAccessDeniedException()

ScreenAccessDeniedException(string?)

public ScreenAccessDeniedException(string? message)

Parameters

message string

ScreenAccessDeniedException(Exception?)

public ScreenAccessDeniedException(Exception? innerException)

Parameters

innerException Exception

ScreenAccessDeniedException(string?, Exception?)

public ScreenAccessDeniedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception