Click or drag to resize
MimeKit

WebAlertEventArgs Constructor

Initializes a new instance of the WebAlertEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public WebAlertEventArgs(
	Uri uri,
	string message
)

Parameters

uri  Uri
The web URI.
message  String
The alert message.
Exceptions
ExceptionCondition
ArgumentNullException

uri is null.

-or-

message is null.

Remarks
Creates a new WebAlertEventArgs.
See Also