add back csharp dll, update sample

This commit is contained in:
wing328
2015-07-30 10:19:46 +08:00
parent bc528ef928
commit 05f00013f1
4 changed files with 5 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ namespace IO.Swagger.Client
{
return JsonConvert.DeserializeObject(content, type);
}
catch (IOException e)
catch (Exception e)
{
throw new ApiException(500, e.Message);
}