System.Net.Sockets.MultipleConnectAsync.AsyncFail C# (CSharp) Method

AsyncFail() private method

private AsyncFail ( Exception e ) : void
e System.Exception
return void
        private void AsyncFail(Exception e)
        {
            OnFailOuter(false);

            if (_internalArgs != null)
            {
                _internalArgs.Dispose();
            }

            _userArgs.FinishOperationAsyncFailure(e, 0, SocketFlags.None);
        }