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

Gets the raw subversion error code casted to a SvnErrorCode

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

Syntax

C#
[CLSCompliantAttribute(false)]
public SvnErrorCode SvnErrorCode { get; }
Visual Basic (Declaration)
<CLSCompliantAttribute(False)> _
Public ReadOnly Property SvnErrorCode As SvnErrorCode
Visual C++
[CLSCompliantAttribute(false)]
public:
property SvnErrorCode SvnErrorCode {
	SvnErrorCode get ();
}

See Also