Class VersionMissMatchException

Exception related to when there is a version miss-match between the Host and Client

Inheritance
VersionMissMatchException
Implements
ISerializable
Namespace: VoltRpc.Versioning
Assembly: VoltRpc.dll
Syntax
public sealed class VersionMissMatchException : Exception, ISerializable

Properties

| Edit this page View Source

ExceptedVersion

What the excepted version was

Declaration
public Version ExceptedVersion { get; }
Property Value
TypeDescription
Version

Implements

ISerializable