aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/RpcException.cs
Commit message (Collapse)AuthorAge
* Add RpcException.StatusCode propertyGravatar Jon Skeet2018-04-20
| | | | | | This is purely for convenience - using `e.Status.StatusCode` looks clunky compared with `e.StatusCode`, and this is the property most likely to be used for exception filtering etc.
* Populate trailers in RpcExceptionGravatar Jan Tattermusch2017-08-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* fixing doc commentsGravatar Jan Tattermusch2015-08-10
|
* Make RpcException errors more informativeGravatar Jan Tattermusch2015-04-27
|
* Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
|
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
|
* Fix exception unwrapping for unary callGravatar Jan Tattermusch2015-02-23
|
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20