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