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 CommunicationException
Base communication exception.
Inheritance
System.Object
CommunicationException
Namespace: VeloxDB.Networking
Assembly: vlxc.dll
Syntax
public class CommunicationException : Exception
Constructors
CommunicationException()
Declaration
public CommunicationException()
CommunicationException(Exception)
Declaration
public CommunicationException(Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | inner |
CommunicationException(String, Exception)
Declaration
public CommunicationException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |