Base.AChannel.OnError C# (CSharp) Method

OnError() protected method

protected OnError ( AChannel channel, SocketError e ) : void
channel AChannel
e SocketError
return void
		protected void OnError(AChannel channel, SocketError e)
		{
			this.errorCallback(channel, e);
		}