Constructor UnsupportedSdkVersionException  
  - Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
 
  UnsupportedSdkVersionException()
  
  public UnsupportedSdkVersionException()
 
  UnsupportedSdkVersionException(string?)
  
  public UnsupportedSdkVersionException(string? message)
 
Parameters
  - messagestring
  UnsupportedSdkVersionException(Exception?)
  
  public UnsupportedSdkVersionException(Exception? innerException)
 
Parameters
  - innerExceptionException
  UnsupportedSdkVersionException(string?, Exception?)
  
  public UnsupportedSdkVersionException(string? message, Exception? innerException)
 
Parameters
  - messagestring
- innerExceptionException