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