Constructor SourceRectDoesNotMatchDimensionsException  
  - Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
 
  SourceRectDoesNotMatchDimensionsException()
  
  public SourceRectDoesNotMatchDimensionsException()
 
  SourceRectDoesNotMatchDimensionsException(string?)
  
  public SourceRectDoesNotMatchDimensionsException(string? message)
 
Parameters
  - messagestring
  SourceRectDoesNotMatchDimensionsException(Exception?)
  
  public SourceRectDoesNotMatchDimensionsException(Exception? innerException)
 
Parameters
  - innerExceptionException
  SourceRectDoesNotMatchDimensionsException(string?, Exception?)
  
  public SourceRectDoesNotMatchDimensionsException(string? message, Exception? innerException)
 
Parameters
  - messagestring
- innerExceptionException