AuthenticationFailedException Constructor (String)Ipswitch.Messaging.Framework
Initialize a new AuthenticationFailedException instance with the specified message.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public AuthenticationFailedException(
	string message
)

Parameters

message
Type: SystemString
The message that describes this error.
See Also

Reference