Table of Contents

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

connectionId string
expectedInstanceId string
actualInstanceId string

Properties

ActualInstanceId

public string ActualInstanceId { get; }

Property Value

string

ConnectionId

public string ConnectionId { get; }

Property Value

string

ExpectedInstanceId

public string ExpectedInstanceId { get; }

Property Value

string