Constructor NotInitializedException
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.ComponentModel.dll
NotInitializedException()
public NotInitializedException()
NotInitializedException(string?)
public NotInitializedException(string? message)
Parameters
message
string
NotInitializedException(Exception?)
public NotInitializedException(Exception? innerException)
Parameters
innerException
Exception
NotInitializedException(string?, Exception?)
public NotInitializedException(string? message, Exception? innerException)
Parameters
message
string
innerException
Exception