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