Initializes a new instance of the AbortUpdateException class.

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

Syntax

C#
public AbortUpdateException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
AbortUpdateException(
	String^ message
)

Parameters

message
Type: System..::.String

See Also