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

[Missing <summary> documentation for M:SharpSvn.SvnException.GetCause(System.Type)]

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

Syntax

C#
public Exception GetCause(
	Type exceptionType
)
Visual Basic (Declaration)
Public Function GetCause ( _
	exceptionType As Type _
) As Exception
Visual C++
public:
Exception^ GetCause(
	Type^ exceptionType
)

Parameters

exceptionType
Type: System..::.Type

[Missing <param name="exceptionType"/> documentation for "M:SharpSvn.SvnException.GetCause(System.Type)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnException.GetCause(System.Type)]

See Also