Show / Hide Table of Contents

Class BindingsNotRewrittenException

Represents exceptions thrown when a binding method is called and the bindings have not been rewritten by Rewrite.exe.

Inheritance
object
Exception
BindingsNotRewrittenException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
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.Core.Exceptions
Assembly: OpenTK.Core.dll
Syntax
public class BindingsNotRewrittenException : Exception, ISerializable

Constructors

BindingsNotRewrittenException()

Initializes a new instance of the BindingsNotRewrittenException class.

Declaration
public BindingsNotRewrittenException()

Implements

ISerializable
In this article
Back to top Generated by DocFX