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