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;