Represents exception appearing if the user aborts synchronization.

Namespace:  PerpetuumSoft.DataModel
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public class AbortUpdateException : Exception
Visual Basic (Declaration)
Public Class AbortUpdateException _
	Inherits Exception
Visual C++
public ref class AbortUpdateException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    PerpetuumSoft.DataModel..::.AbortUpdateException

See Also