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