Show / Hide Table of Contents

Class GraphicsModeException

Represents errors related to unavailable graphics parameters.

Inheritance
Object
Exception
GraphicsModeException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
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.Graphics
Assembly: OpenTK.dll
Syntax
public class GraphicsModeException : Exception, ISerializable, _Exception

Constructors

GraphicsModeException()

Constructs a new GraphicsModeException.

Declaration
public GraphicsModeException()

GraphicsModeException(String)

Constructs a new GraphicsModeException with the given error message.

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

Implements

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