note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Class AuthenticationFailedException
Exception thrown when authentication process fails during communication.
Namespace: VeloxDB.Networking
Assembly: vlxc.dll
Syntax
public class AuthenticationFailedException : CommunicationException
Constructors
AuthenticationFailedException(String, Exception)
Declaration
public AuthenticationFailedException(string message = null, Exception inner = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |