Ignore:
Timestamp:
Dec 7, 2007, 12:21:58 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

FileStream非同期読み書きの修正、例外処理の追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/String.ab

    r388 r391  
    347347        Const Function Contains(s As String) As Boolean
    348348            If Object.ReferenceEquals(s, Nothing) Then
    349                 Throw New ArgumentNullException("String.Contains: An argument is out of range value.", "s")
     349                Throw New ArgumentNullException("String.Contains: An argument is null value.", "s")
    350350            ElseIf s = "" Then
    351351                Return True
Note: See TracChangeset for help on using the changeset viewer.