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

Gets or sets a boolean indicating whether the call must throw an error if the operation is cancelled IsLastInvocationCanceled is true and the returnvalue false if the operation was canceled. (The LastException property is set to the cancel exception)

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

Syntax

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

See Also