Class ProtocolSyncException

An Exception related to a protocol sync error

This could be due to the set protocol being different between the Host and Client, either from different TypeReadWriter<T> or different values

Inheritance
ProtocolSyncException
Implements
ISerializable
Namespace: VoltRpc.Communication.Syncing
Assembly: VoltRpc.dll
Syntax
public sealed class ProtocolSyncException : Exception, ISerializable

Implements

ISerializable