Contains the values that indicate whether the byte order is a Little-endian or Big-endian.
diff --git a/websocket-sharp/doc/html/WebSocketSharp/WebSocketException.html b/websocket-sharp/doc/html/WebSocketSharp/WebSocketException.html
new file mode 100644
index 00000000..064734ea
--- /dev/null
+++ b/websocket-sharp/doc/html/WebSocketSharp/WebSocketException.html
@@ -0,0 +1,312 @@
+
+
+ WebSocketSharp.WebSocketException
+
+
+
+
+
+
+
+ WebSocketException Class
+
+ Represents the exception that occurred when attempting to perform an operation on the WebSocket connection.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/websocket-sharp/doc/html/WebSocketSharp/index.html b/websocket-sharp/doc/html/WebSocketSharp/index.html
index d9a07e4a..634afac8 100644
--- a/websocket-sharp/doc/html/WebSocketSharp/index.html
+++ b/websocket-sharp/doc/html/WebSocketSharp/index.html
@@ -276,11 +276,11 @@
- WsReceivedTooBigMessageException
+ WebSocketException
|
- Documentation for this section has not yet been entered.
- |
+ Represents the exception that occurred when attempting to perform an operation on the WebSocket connection.
+
diff --git a/websocket-sharp/doc/html/index.html b/websocket-sharp/doc/html/index.html
index e4bb4f3e..ab79b747 100644
--- a/websocket-sharp/doc/html/index.html
+++ b/websocket-sharp/doc/html/index.html
@@ -278,11 +278,11 @@
|
- WsReceivedTooBigMessageException
+ WebSocketException
|
- Documentation for this section has not yet been entered.
- |
+ Represents the exception that occurred when attempting to perform an operation on the WebSocket connection.
+
diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocketException.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocketException.xml
new file mode 100644
index 00000000..fc3a1edb
--- /dev/null
+++ b/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocketException.xml
@@ -0,0 +1,36 @@
+
+
+
+
+ websocket-sharp
+
+
+ System.Exception
+
+
+
+
+ Represents the exception that occurred when attempting to perform an operation on the WebSocket connection.
+
+ To be added.
+
+
+
+
+
+ Property
+
+ WebSocketSharp.CloseStatusCode
+
+
+
+ Gets the associated with a .
+
+
+ One of the values that indicates the cause of the exception.
+
+ To be added.
+
+
+
+
diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/WsReceivedTooBigMessageException.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/WsReceivedTooBigMessageException.xml.remove
similarity index 100%
rename from websocket-sharp/doc/mdoc/WebSocketSharp/WsReceivedTooBigMessageException.xml
rename to websocket-sharp/doc/mdoc/WebSocketSharp/WsReceivedTooBigMessageException.xml.remove
diff --git a/websocket-sharp/doc/mdoc/index.xml b/websocket-sharp/doc/mdoc/index.xml
index dff297a2..0da8b383 100644
--- a/websocket-sharp/doc/mdoc/index.xml
+++ b/websocket-sharp/doc/mdoc/index.xml
@@ -1,6 +1,6 @@
-
+
[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 29 17 fb 89 fe c3 91 f7 2b cb 8b e2 61 d2 3f 05 93 6d 65 a8 9e 63 72 a6 f5 d5 2c f2 9d 20 fa 0b c0 70 6a f6 88 7e 8b 90 3f 39 f5 76 c8 48 e0 bb 7b b2 7b ed d3 10 a7 1a 0f 70 98 0f 7f f4 4b 53 09 d2 a5 ef 36 c3 56 b4 aa f0 91 72 63 25 07 89 e0 93 3e 3f 2e f2 b9 73 0e 12 15 5d 43 56 c3 f4 70 a5 89 fe f7 f6 ac 3e 77 c2 d8 d0 84 91 f4 0c d1 f3 8e dc c3 c3 b8 38 3d 0c bf 17 de 20 78 c1 ]
@@ -43,7 +43,7 @@
-
+
diff --git a/websocket-sharp/websocket-sharp.csproj b/websocket-sharp/websocket-sharp.csproj
index e2aa5260..45c536bd 100644
--- a/websocket-sharp/websocket-sharp.csproj
+++ b/websocket-sharp/websocket-sharp.csproj
@@ -67,7 +67,6 @@
-
@@ -123,6 +122,7 @@
+
diff --git a/websocket-sharp/websocket-sharp.pidb b/websocket-sharp/websocket-sharp.pidb
index d0698d63..bf5a1ad4 100644
Binary files a/websocket-sharp/websocket-sharp.pidb and b/websocket-sharp/websocket-sharp.pidb differ
|