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

[Missing <summary> documentation for M:SharpSvn.SvnException.GetCause``1]

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

Syntax

C#
public T GetCause<T>()
where T : Exception
Visual Basic (Declaration)
Public Function GetCause(Of T As Exception) As T
Visual C++
public:
generic<typename T>
where T : Exception
T GetCause()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SharpSvn.SvnException.GetCause``1"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnException.GetCause``1]

See Also