チェンジセット 1656 (default)


以下の違いを無視:
日時:
2024/08/08 1:14:06 (2ヵ月前)
更新者:
hizuya@…
ログメッセージ:
  • 例外情報のコメントを追加。
場所:
framework/trunk/CoreLibrary/Sources/IO
ファイル:
2個の更新

凡例:

未変更
追加
削除
  • framework/trunk/CoreLibrary/Sources/IO/CountedStream.cs

    r1519 r1656  
    5959        /// ラップするストリーム。 
    6060        /// </param> 
     61        /// <exception cref="ArgumentNullException"> 
     62        /// <paramref name="stream"/> が <see langword="null"/> 参照です。 
     63        /// </exception> 
    6164        public CountedStream(Stream stream) 
    6265            : base(stream) 
  • framework/trunk/CoreLibrary/Sources/IO/FilterStream.cs

    r1361 r1656  
    5555        /// ラップするストリーム。 
    5656        /// </param> 
     57        /// <exception cref="ArgumentNullException"> 
     58        /// <paramref name="stream"/> が <see langword="null"/> 参照です。 
     59        /// </exception> 
    5760        protected FilterStream(Stream stream) 
    5861            : this(stream, false) 
詳しい使い方は TracChangeset を参照してください。