From f21f0ab0504ecf675f78e983f49bca7aef85e4de Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 2 Jul 2004 21:59:00 +0000 Subject: [PATCH] another glib type. svn path=/trunk/gtk-sharp/; revision=30695 --- doc/en/GLib/MissingIntPtrCtorException.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/en/GLib/MissingIntPtrCtorException.xml b/doc/en/GLib/MissingIntPtrCtorException.xml index 4da561fe5..bea0f87fd 100644 --- a/doc/en/GLib/MissingIntPtrCtorException.xml +++ b/doc/en/GLib/MissingIntPtrCtorException.xml @@ -9,8 +9,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Exception for Wrapper Classes that are missing IntPtr Constructors + This exception is thrown when 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 subclasses must expose a constructor that takes a native object handle to enable automated wrapping of native instances. System.Exception @@ -30,10 +30,10 @@ - To be added - a + Public Constructor. + a message to report in the exception trace. a - To be added +