Class PalNotImplementedException
Exception type when an optional feature is invoked in an abstraction layer driver which does not implement it.
Implements
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
[Serializable]
public class PalNotImplementedException : PalException, ISerializable
Constructors
PalNotImplementedException(IPalComponent)
Initializes a new instance of the PalNotImplementedException class.
Declaration
public PalNotImplementedException(IPalComponent component)
Parameters
Type | Name | Description |
---|---|---|
IPalComponent | component | The component which throws the exception. |
PalNotImplementedException(IPalComponent, string)
Initializes a new instance of the PalNotImplementedException class.
Declaration
public PalNotImplementedException(IPalComponent component, string name)
Parameters
Type | Name | Description |
---|---|---|
IPalComponent | component | The component which throws the exception. |
string | name | Name of the feature the driver doesn't implement. |