See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
An enum that specifies which error message is reported to the user.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum ReportedError |
| Visual Basic |
|---|
Public Enumeration ReportedError |
| Visual C++ |
|---|
public enum class ReportedError |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| EntityNotInStorage | 1 | ||
| QueryEntityToEditEventException | 2 | ||
| DeleteError | 3 | ||
| SaveError | 4 | ||
| ValidationError | 5 |