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) { .... }")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


try
{
....
}
catch (FaultException exception)
{
....
}