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