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

Gets the raw subversion error code

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

Syntax

C#
public int SubversionErrorCode { get; }
Visual Basic (Declaration)
Public ReadOnly Property SubversionErrorCode As Integer
Visual C++
public:
property int SubversionErrorCode {
	int get ();
}

See Also