[This is preliminary documentation and is subject to change.]

Called when handling a SvnException

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
protected virtual void OnSvnError(
	SvnErrorEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnSvnError ( _
	e As SvnErrorEventArgs _
)
Visual C++
protected:
virtual void OnSvnError(
	SvnErrorEventArgs^ e
)

Parameters

e
Type: SharpSvn..::.SvnErrorEventArgs

[Missing <param name="e"/> documentation for "M:SharpSvn.SvnClientArgs.OnSvnError(SharpSvn.SvnErrorEventArgs)"]

See Also