Home Reference Source
public class | source

ExLateMessage

Exception that fires when a message arrives too late and the entry in the table has already been purged.

Constructor Summary

Public Constructor
public

constructor(source: string, message: object)

Member Summary

Public Members
public
public

msg: *

public

source: *

Public Constructors

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

Params:

NameTypeAttributeDescription
source string

The function name that throw the exception.

message object

The late message

Public Members

public message: string source

public msg: * source

public source: * source