diff options
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Glacier2/SessionHelper.cs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/csharp/src/Glacier2/SessionHelper.cs b/csharp/src/Glacier2/SessionHelper.cs index ea2cbb081dc..ae050e64b85 100644 --- a/csharp/src/Glacier2/SessionHelper.cs +++ b/csharp/src/Glacier2/SessionHelper.cs @@ -132,12 +132,10 @@ public class SessionHelper } /// <summary> - /// Returns the Glacier2 session proxy. If the session hasn't been - /// established yet, or the session has already been destroyed, - /// throws SessionNotExistException. + /// Returns the Glacier2 session proxy, or null if the session hasn't been + /// established yet or the session has already been destroyed. /// </summary> - /// <returns>The session proxy, or throws SessionNotExistException - /// if no session exists.</returns> + /// <returns>The session proxy, or null if no session exists.</returns> public Glacier2.SessionPrx session() { |