c# - WSSF application, catch exception level -
at level in web service software factory or n-tier application correct catch .net exceptions, , throw custom exceptions (faults) ? did in service implementation , created fault contract every service operation, i'm not shure well.
regards,
sergiu.
that's best place catch exception. top layer when control leaves code best place exception. contain inner exception , complete stack trace.
Comments
Post a Comment