Chameleon and Iguana Plugin C# Class Libraries

Engine.ErrorEvent Method 

Convert an error to a string and append the description. The resulting string is printed to the log output.

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

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace