Tests.General.exception_log C# (CSharp) Method

exception_log() private method

private exception_log ( ) : void
return void
        public void exception_log()
        {
            LogManager.OutputToTrace();
            this.LogError(new InvalidOperationException("something"));
        }