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