<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <linklocation="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<summary>Exception for Wrapper Classes that are missing IntPtr Constructors</summary>
<remarks>This exception is thrown when <seecref="T:GLib.Object"/> is unable to wrap a native object handle in a managed class because the managed class doesn't not expose a public MyClass (IntPtr) constructor. All managed <seecref="T:GLib.Object"/> subclasses must expose a constructor that takes a native object handle to enable automated wrapping of native instances.</remarks>