Table of Contents

Constructor SourceRectDoesNotMatchDimensionsException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

SourceRectDoesNotMatchDimensionsException()

public SourceRectDoesNotMatchDimensionsException()

SourceRectDoesNotMatchDimensionsException(string?)

public SourceRectDoesNotMatchDimensionsException(string? message)

Parameters

message string

SourceRectDoesNotMatchDimensionsException(Exception?)

public SourceRectDoesNotMatchDimensionsException(Exception? innerException)

Parameters

innerException Exception

SourceRectDoesNotMatchDimensionsException(string?, Exception?)

public SourceRectDoesNotMatchDimensionsException(string? message, Exception? innerException)

Parameters

message string
innerException Exception