Concordion.Spec.Support.EventRecorder.ExceptionCaught C# (CSharp) Method

ExceptionCaught() public method

public ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
caughtEvent ExceptionCaughtEvent
return void
        public void ExceptionCaught(ExceptionCaughtEvent caughtEvent)
        {
            this.m_Events.Add(caughtEvent);
        }