Class ExtensionNotSupportedException
Represents exceptions related to API extensions.
Implements
Inherited Members
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 |