| AuthenticationFailedException Constructor (String, Exception) |
Creates a new AuthenticationFailedException with the given message and cause.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AuthenticationFailedException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
public:
AuthenticationFailedException(
String^ message,
Exception^ cause
)
new :
message : string *
cause : Exception -> AuthenticationFailedException
Parameters
- message
- Type: SystemString
message describing the authentication failure - cause
- Type: SystemException
exception that caused the authentication failure
See Also