patrick
2019-10-19 809abe2aac4617cc838d36fec913f5268a066eb4
src/Bro.Common.Model/Helper/ExceptionHelper.cs
@@ -50,7 +50,7 @@
        //    PositionIndex = positionIndex;
        //}
        public ProcessException(string error, Exception ex) : base(error, ex)
        public ProcessException(string error, Exception ex = null) : base(error, ex)
        {
            ErrorCode = error;
            OriginalException = ex;