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

Gets or sets a boolean indicating whether the call must throw an error if an exception occurs. If an exception would occur, the method returns false and the LastException property is set to the exception which would have been throw.

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

Syntax

C#
public bool ThrowOnError { get; set; }
Visual Basic (Declaration)
Public Property ThrowOnError As Boolean
Visual C++
public:
property bool ThrowOnError {
	bool get ();
	void set (bool value);
}

See Also