ZylBurner.NET
Burner.OnError Method
Raises the Error event.
[Visual Basic]
Overridable Protected Sub OnError( _
ByVal
e
As
ErrorEventArgs
_
)
[C#]
protected virtual
void
OnError(
ErrorEventArgs
e
);
Parameters
e
An ErrorEventArgs that contains the event data.
See Also
Burner Class
|
ZylBurner Namespace