我正试图向我宣传你能够看到的关卡内松森采信。 我希望,除这一例外情况外,这部法典能够涵盖所有事项,但我希望介绍层能够赶上向用户通报,数据库是问题,因此他可以去并固定。 我的问题是,当我第一次扔下它时,我就拿到关卡内松森采行器,而没有在网关特收割条款上由用户代码处理。
还必须注意到延伸例外的关卡内松森广度。 我是否失踪了,或者我是否必须把所有捕获量移至列报层?
try
{
something();
}
catch (GatewayConnectionFailedException gcfe)
{
throw;
}
catch (GatewayException ge)
{
if (ge.GetType() == typeof(GatewayConnectionFailedException))
throw;
string errMsg = "Records could not be retrieved due to a data gateway error. " + GetTypeInfo();
_logger.Error(errMsg + "
{0}", ge);
}
catch (Exception e)
{
if (e.GetType() == typeof(GatewayConnectionFailedException))
throw;
string errMsg = "Records could not be retrieved due to an unexpected error. " + GetTypeInfo();
_logger.Error(errMsg + "
{0}", e);
}