See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Designer.Business
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
protected override void OnError(
	EntityAccessorErrorEventArgs e
)
Visual Basic
Protected Overrides Sub OnError ( 
	e As EntityAccessorErrorEventArgs
)
Visual C++
protected:
virtual void OnError(
	EntityAccessorErrorEventArgs^ e
) override

Parameters

e
Type: EntityAccessorErrorEventArgs

See Also