Chameleon and Iguana Plugin C# Class Libraries

Connection.ErrorEvent Method 

Convert the Exception to a string and append a description to the error message.

[Visual Basic]
Protected Sub ErrorEvent( _
   ByVal ex As Exception, _
   ByVal description As String _
)
[C#]
protected void ErrorEvent(
   Exception ex,
   string description
);

Remarks

The error message is output using the log interface passed to the constructor.

See Also

Connection Class | iNTERFACEWARE.Chameleon Namespace