A question for ASP.Net, Many Thanks in advance!# EmergingNetworking - 热门网络技术
z*y
1 楼
In the example below, the FooService has been designed with multiple tiers.
For this hypothetical example, the service is being consumed by at least
one web application.
Problem: Please explain in detail, how you would address an unhandled
exception that was thrown from the FooDal.InsertFoo() method. Be sure to
explain how each layer would or would not handle the exception.
Class FooService :: FooBiz
{
methods:
InsertFoo
}
Static Calss FooBiz:: FooDal
{
methods:
InsertFoo
}
Static Calss F
For this hypothetical example, the service is being consumed by at least
one web application.
Problem: Please explain in detail, how you would address an unhandled
exception that was thrown from the FooDal.InsertFoo() method. Be sure to
explain how each layer would or would not handle the exception.
Class FooService :: FooBiz
{
methods:
InsertFoo
}
Static Calss FooBiz:: FooDal
{
methods:
InsertFoo
}
Static Calss F