topics

全部话题 - 话题: insertfoo
(共0页)
z********y
发帖数: 14
1
来自主题: EmergingNetworking版 - A question for ASP.Net, Many Thanks in advance!
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
(共0页)