Click or drag to resize
IListenerIgnoreBadMessages Property
Gets or sets a value indicating whether exceptions thrown by the message translator cause a disconnection and raise ExceptionCaught or whether they are ignored.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IgnoreBadMessages { get; set; }

Property Value

Type: Boolean
See Also