Show / Hide Table of Contents

Class ContextExistsException

This exception is thrown when a GraphicsContext property cannot be changed after creation.

Inheritance
Object
Exception
ApplicationException
ContextExistsException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: OpenTK
Assembly: OpenTK.dll
Syntax
public class ContextExistsException : ApplicationException, ISerializable, _Exception

Constructors

ContextExistsException(String)

Constructs a new ContextExistsException instance.

Declaration
public ContextExistsException(string message)
Parameters
Type Name Description
String message

A System.String explaining the cause of this exception.

Properties

Message

Gets a System.String explaining the cause of this exception.

Declaration
public override string Message { get; }
Property Value
Type Description
String
Overrides
Exception.Message

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
In This Article
Back to top Generated by DocFX