ASP.NET web services - Error handling
From Logic Wiki
Revision as of 15:53, 31 July 2014 by Macrop (Talk) (Created page with "Category:ASP.NET Category:Web Services try { .... } catch (FaultException exception) { .... }")
try
{
....
}
catch (FaultException exception)
{
....
}