System.IO.xml 2.4 KB

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