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