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