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

Reports an error message to the user. Override to show a custom error dialog or message to the user.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
protected virtual void ReportErrorToUser(
	IUserQueryEvent queryUser,
	FormShowActionBase..::..ReportedError errorType,
	string message
)
Visual Basic
Protected Overridable Sub ReportErrorToUser ( 
	queryUser As IUserQueryEvent,
	errorType As FormShowActionBase..::..ReportedError,
	message As String
)
Visual C++
protected:
virtual void ReportErrorToUser(
	IUserQueryEvent^ queryUser, 
	FormShowActionBase..::..ReportedError errorType, 
	String^ message
)

Parameters

queryUser
Type: IUserQueryEvent
errorType
Type: NTier.Actions..::..FormShowActionBase..::..ReportedError
message
Type: System..::..String

See Also