Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>System.IO</name>
    </assembly>
    <members>
        <member name="T:System.Strings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:System.Strings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:System.Strings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:System.Strings.GenericInvalidData">
            <summary>
              Looks up a localized string similar to Found invalid data while decoding..
            </summary>
        </member>
        <member name="T:System.IO.InvalidDataException">
            <summary>
            The exception that is thrown when a data stream is in an invalid format.
            </summary>
        </member>
        <member name="M:System.IO.InvalidDataException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class.
            </summary>
        </member>
        <member name="M:System.IO.InvalidDataException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a specified error message.
            </summary>
            <param name="message">The error message that explains the reason for the exception.</param>
        </member>
        <member name="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a reference to the inner exception that is the cause of this exception.</summary>
            <param name="message">The error message that explains the reason for the exception.</param>
            <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param>
        </member>
    </members>
</doc>

Commits for ChrisCompleteCodeTrunk/PremierMigration/packages/Microsoft.Bcl.1.1.10/lib/portable-net40+sl4+win8/System.IO.xml

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000