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.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IgnoreBadMessages { get; set; }
Property IgnoreBadMessages As Boolean
Get
Set
property bool IgnoreBadMessages {
bool get ();
void set (bool value);
}
abstract IgnoreBadMessages : bool with get, set
Property Value
Type:
BooleanSee Also