Show / Hide Table of Contents

Class ExtensionNotSupportedException

Represents exceptions related to API extensions.

Inheritance
object
Exception
ExtensionNotSupportedException
Implements
ISerializable
Inherited Members
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.Exceptions
Assembly: OpenTK.Core.dll
Syntax
public class ExtensionNotSupportedException : Exception, ISerializable

Constructors

ExtensionNotSupportedException(string, string)

Initializes a new instance of the ExtensionNotSupportedException class.

Declaration
public ExtensionNotSupportedException(string message, string extension)
Parameters
Type Name Description
string message

The error message of the ExtensionNotSupportedException.

string extension

The name of the extension.

ExtensionNotSupportedException(string)

Initializes a new instance of the ExtensionNotSupportedException class.

Declaration
public ExtensionNotSupportedException(string extension)
Parameters
Type Name Description
string extension

The name of the extension.

Properties

Extension

Gets the name of the extension.

Declaration
public string Extension { get; }
Property Value
Type Description
string

Implements

ISerializable
In This Article
Back to top Generated by DocFX