Click or drag to resize
AuthenticationFailedException Constructor (String, Exception)
Creates a new AuthenticationFailedException with the given message and cause.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AuthenticationFailedException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
message describing the authentication failure
cause
Type: SystemException
exception that caused the authentication failure
See Also