fixed decompiler errors - project compiles
This commit is contained in:
@@ -166,18 +166,7 @@ label_19:
|
||||
}
|
||||
throw new Exception();
|
||||
}
|
||||
catch (Exception ex) when (
|
||||
{
|
||||
// ISSUE: unable to correctly present filter
|
||||
ProjectData.SetProjectError(ex);
|
||||
if (!(ex is InvalidServerResponseException))
|
||||
{
|
||||
SuccessfulFiltering;
|
||||
}
|
||||
else
|
||||
throw;
|
||||
}
|
||||
)
|
||||
catch (InvalidServerResponseException ex)
|
||||
{
|
||||
throw new InvalidServerResponseException("Cannot parse server response. index:" + index.ToString() + " arround: \"" + JsonObject.GetSubStrArround(str, index) + "\"");
|
||||
}
|
||||
@@ -229,18 +218,7 @@ label_19:
|
||||
checked { ++index; }
|
||||
}
|
||||
}
|
||||
catch (Exception ex) when (
|
||||
{
|
||||
// ISSUE: unable to correctly present filter
|
||||
ProjectData.SetProjectError(ex);
|
||||
if (!(ex is InvalidServerResponseException))
|
||||
{
|
||||
SuccessfulFiltering;
|
||||
}
|
||||
else
|
||||
throw;
|
||||
}
|
||||
)
|
||||
catch (InvalidServerResponseException ex)
|
||||
{
|
||||
throw new InvalidServerResponseException("Cannot parse server response. index:" + index.ToString() + " arround: \"" + JsonObject.GetSubStrArround(str, index) + "\"");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user