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

Gets the root cause of the exception; commonly the most InnerException

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

Syntax

C#
public Exception RootCause { get; }
Visual Basic (Declaration)
Public ReadOnly Property RootCause As Exception
Visual C++
public:
property Exception^ RootCause {
	Exception^ get ();
}

See Also