eauge / OpenTok-DotNet

Sample app and SDK for .NET
0 stars 2 forks source link

Exception naming and heirarchy #18

Open aoberoi opened 10 years ago

aoberoi commented 10 years ago

The names are currently borrowed from Java's exceptions, but we should make them conform the the names that .NET developers commonly see in their frameworks. For example: InvalidArgumentException is a Java system name, but ArgumentException is used in .NET.

Also the prefix of OpenTok on these class names is not necessary, its part of the namespace.