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