AuthenticationFailedException Constructor (String, Exception)Ipswitch.Messaging.Framework
Initialize a new AuthenticationFailedException instance with the specified message that was caused by the specified inner exception.

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

public AuthenticationFailedException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
The message that describes this error.
inner
Type: SystemException
The error that caused this AuthenticationFailedExceptio or null if no inner exception is specified.
See Also

Reference