Click or drag to resize

NotificationEventArgsWarning Method

Creates a warning (NotificationClass=WRN) notification.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static NotificationEventArgs Warning(
	string transactionName,
	string userName,
	string message
)

Parameters

transactionName
Type: SystemString
userName
Type: SystemString
message
Type: SystemString

Return Value

Type: NotificationEventArgs
See Also