catch SocketException

This commit is contained in:
Luke Pulverenti 2016-02-22 23:20:58 -05:00
parent 34ff78d3a0
commit a5b5bbb26c
1 changed files with 4 additions and 0 deletions

View File

@ -592,6 +592,10 @@ namespace MediaBrowser.Dlna.Ssdp
catch (ObjectDisposedException)
{
}
catch (SocketException)
{
}
}
}