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 UnsupportedHeaderException
Exception thrown when trying to connect to server using newer protocol version.
Inheritance
System.Object
UnsupportedHeaderException
Namespace: VeloxDB.Networking
Assembly: vlxc.dll
Syntax
public class UnsupportedHeaderException : Exception
Constructors
UnsupportedHeaderException()
Declaration
public UnsupportedHeaderException()
UnsupportedHeaderException(String)
Declaration
public UnsupportedHeaderException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
UnsupportedHeaderException(String, Exception)
Declaration
public UnsupportedHeaderException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |