Constructor InterfaceNotSupportedException
- Namespace
- PaintDotNet.ComponentModel
- Assembly
- PaintDotNet.ComponentModel.dll
InterfaceNotSupportedException()
public InterfaceNotSupportedException()
InterfaceNotSupportedException(Type)
public InterfaceNotSupportedException(Type interfaceType)
Parameters
interfaceType Type
InterfaceNotSupportedException(Type, Exception?)
public InterfaceNotSupportedException(Type interfaceType, Exception? innerException)
Parameters
interfaceType Type
innerException Exception
InterfaceNotSupportedException(string?)
public InterfaceNotSupportedException(string? message)
Parameters
message string
InterfaceNotSupportedException(string?, Exception?)
public InterfaceNotSupportedException(string? message, Exception? innerException)
Parameters
message string
innerException Exception