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

Raised to notify errors from an command

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

Syntax

C#
public event EventHandler<SvnErrorEventArgs> SvnError
Visual Basic (Declaration)
Public Event SvnError As EventHandler(Of SvnErrorEventArgs)
Visual C++
public:
 event EventHandler<SvnErrorEventArgs^>^ SvnError {
	void add (EventHandler<SvnErrorEventArgs^>^ value);
	void remove (EventHandler<SvnErrorEventArgs^>^ value);
}

See Also