Show / Hide Table of Contents

Class PalNotImplementedException

Exception type when an optional feature is invoked in an abstraction layer driver which does not implement it.

Inheritance
object
Exception
PalException
PalNotImplementedException
Implements
ISerializable
Inherited Members
PalException.Component
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.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.

Implements

ISerializable
In this article
Back to top Generated by DocFX