  | AuthenticationFailedException Constructor (String) | 
            Creates a new AuthenticationFailedException with the given message.
            
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AuthenticationFailedException(
	string message
)
Public Sub New ( 
	message As String
)
public:
AuthenticationFailedException(
	String^ message
)
new : 
        message : string -> AuthenticationFailedExceptionParameters
- message
 - Type: SystemString
message describing the authentication failure 
See Also