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