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