ASP.NET web services - Error handling

From Logic Wiki
Jump to: navigation, search


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