Home Reference Source
public class | source

ExSocketNotFound

Exception that fires when trying to access or use a socket that does not exist.

Constructor Summary

Public Constructor
public

constructor(source: string, peerId: string, message: string)

Member Summary

Public Members
public

message: *

public

peer: *

public

source: *

Public Constructors

public constructor(source: string, peerId: string, message: string) source

Params:

NameTypeAttributeDescription
source string

The source of the exception.

peerId string

The identifier of the peer that has been tried.

message string

A error message.

Public Members

public message: * source

public peer: * source

public source: * source