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