Class GraphicsErrorException
Identifies a specific OpenGL or OpenGL|ES error. Such exceptions are only thrown when OpenGL or OpenGL|ES automatic error checking is enabled - ErrorChecking property. Important: Do not catch this exception. Rather, fix the underlying issue that caused the error.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenTK.Graphics
Assembly: cs.temp.dll.dll
Syntax
public class GraphicsErrorException : GraphicsException, ISerializable, _Exception
Constructors
GraphicsErrorException(String)
Constructs a new GraphicsErrorException instance with the specified error message.
Declaration
public GraphicsErrorException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception