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