UdpClientOnConnectionException Method
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.158 -- Release Build+da7bd631cc12b0fea731daab2fc989c84193b7fc
protected override void OnConnectionException(
Exception ex
)
Protected Overrides Sub OnConnectionException (
ex As Exception
)
protected:
virtual void OnConnectionException(
Exception^ ex
) override
function OnConnectionException(ex);
Parameters
- ex Exception
- Exception to send to ConnectionException event.