Bickle.ReflectionWrapping.ListenerWrapper.Failed C# (CSharp) Method

Failed() public method

public Failed ( IExample example, Exception exception ) : void
example IExample
exception System.Exception
return void
        public void Failed(IExample example, Exception exception)
        {
            _listener.InvokeWithReflection("Failed", Translate(example), exception);
        }