G
Gian U. Uy
I created a custom exception for my web service using VS.Net and it's
ASP.Net web service tools. Its base class derived from System.Exception and
I have a WinForm client that references the web service. But when I
referenced my Web Service, it did not pick up our custom exception class so
that the application could catch the exception in its actual class not by
the System.Exception class.
Is this possible?
ASP.Net web service tools. Its base class derived from System.Exception and
I have a WinForm client that references the web service. But when I
referenced my Web Service, it did not pick up our custom exception class so
that the application could catch the exception in its actual class not by
the System.Exception class.
Is this possible?