diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs
index 4b47ed3b..469654ca 100644
--- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs
+++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs
@@ -203,13 +203,23 @@ namespace WebSocketSharp.Net
/// Copies the contents of the collection to the specified array of string.
///
///
- /// An array of that receives the URI prefix strings in
- /// the collection.
+ /// An array of that specifies the destination of
+ /// the URI prefix strings copied from the collection.
///
///
- /// An that represents the zero-based index in
+ /// An that specifies the zero-based index in
/// the array at which copying begins.
///
+ ///
+ /// is .
+ ///
+ ///
+ /// is less than zero.
+ ///
+ ///
+ /// The space from to the end of
+ /// is not enough to copy to.
+ ///
///
/// The instance associated with
/// this collection is closed.