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

[Missing <summary> documentation for T:SharpSvn.SvnObstructedUpdateException]

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

Syntax

C#
[SerializableAttribute]
public class SvnObstructedUpdateException : SvnWorkingCopyException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SvnObstructedUpdateException _
	Inherits SvnWorkingCopyException
Visual C++
[SerializableAttribute]
public ref class SvnObstructedUpdateException : public SvnWorkingCopyException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    SharpSvn..::.SvnException
      SharpSvn..::.SvnWorkingCopyException
        SharpSvn..::.SvnObstructedUpdateException

See Also