Table of Contents

Constructor InvalidQueryRequestException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

InvalidQueryRequestException()

public InvalidQueryRequestException()

InvalidQueryRequestException(string?)

public InvalidQueryRequestException(string? message)

Parameters

message string

InvalidQueryRequestException(Exception?)

public InvalidQueryRequestException(Exception? innerException)

Parameters

innerException Exception

InvalidQueryRequestException(string?, Exception?)

public InvalidQueryRequestException(string? message, Exception? innerException)

Parameters

message string
innerException Exception