<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <linklocation="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<para>The following events utilize this delegate:</para>
<para>
<listtype="bullet">
<item>
<term>
<seecref="M:Gda.Connection.Error"/>
</term>
</item>
<item>
<term>
<seecref="M:Gda.XmlDocument.Error"/>
</term>
</item>
</list>
</para>
<para>Event data is passed via the <seecref="T:Gda.ErrorArgs"/> parameter.</para>
<para>To attach a <seecref="T:Gda.ErrorHandler"/> to an event, add the ErrorHandler instance to the event. The methods referenced by the ErrorHandler instance are invoked whenever the event is raised, until the ErrorHandler is removed from the event.</para>