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