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