|
|
|
@ -42,8 +42,8 @@ namespace WebSocketSharp
|
|
|
|
{
|
|
|
|
{
|
|
|
|
#region Private Fields
|
|
|
|
#region Private Fields
|
|
|
|
|
|
|
|
|
|
|
|
private string _message;
|
|
|
|
private string _message;
|
|
|
|
private Exception _exception;
|
|
|
|
private Exception _exception;
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
@ -75,9 +75,9 @@ namespace WebSocketSharp
|
|
|
|
/// Gets the exception.
|
|
|
|
/// Gets the exception.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public Exception Exception {
|
|
|
|
public Exception Exception {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
return _exception;
|
|
|
|
return _exception;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|
|