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