Click or drag to resize
MimeKit

ServiceNotAuthenticatedException(String) Constructor

Initializes a new instance of the ServiceNotAuthenticatedException class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public ServiceNotAuthenticatedException(
	string message
)

Parameters

message  String
The error message.
Remarks
See Also