Class ConnectionOwnershipException
- Namespace
- Virtufin.WebSocketManager.Services
- Assembly
- Virtufin.WebSocketManager.dll
public sealed class ConnectionOwnershipException : Exception, ISerializable
- Inheritance
-
ConnectionOwnershipException
- Implements
- Inherited Members
Constructors
ConnectionOwnershipException(string, string, string)
public ConnectionOwnershipException(string connectionId, string expectedInstanceId, string actualInstanceId)
Parameters
Properties
ActualInstanceId
public string ActualInstanceId { get; }
Property Value
ConnectionId
public string ConnectionId { get; }
Property Value
ExpectedInstanceId
public string ExpectedInstanceId { get; }