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
+