Show / Hide Table of Contents

Class EglException

Inheritance
object
Exception
EglException
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.Graphics.Egl
Assembly: OpenTK.Graphics.dll
Syntax
public class EglException : Exception, ISerializable

Constructors

EglException()

Declaration
public EglException()

EglException(string)

Declaration
public EglException(string message)
Parameters
Type Name Description
string message

Implements

ISerializable
In This Article
Back to top Generated by DocFX