System.Runtime.Remoting.Channels.ExceptionFilterSink.ExceptionFilterSink C# (CSharp) Method

ExceptionFilterSink() public method

public ExceptionFilterSink ( IMessage call, IMessageSink next ) : System.Collections
call IMessage
next IMessageSink
return System.Collections
		public ExceptionFilterSink (IMessage call, IMessageSink next)
		{
			_call = call;
			_next = next;
		}