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