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