You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Microsoft.Win32.Primitives.xml 2.3 KiB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.Win32.Primitives</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.ComponentModel.Win32Exception">
  8. <summary>Throws an exception for a Win32 error code.</summary>
  9. </member>
  10. <member name="M:System.ComponentModel.Win32Exception.#ctor">
  11. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the last Win32 error that occurred.</summary>
  12. </member>
  13. <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32)">
  14. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified error.</summary>
  15. <param name="error">The Win32 error code associated with this exception. </param>
  16. </member>
  17. <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32,System.String)">
  18. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified error and the specified detailed description.</summary>
  19. <param name="error">The Win32 error code associated with this exception. </param>
  20. <param name="message">A detailed description of the error. </param>
  21. </member>
  22. <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String)">
  23. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified detailed description. </summary>
  24. <param name="message">A detailed description of the error.</param>
  25. </member>
  26. <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String,System.Exception)">
  27. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified detailed description and the specified exception.</summary>
  28. <param name="message">A detailed description of the error.</param>
  29. <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
  30. </member>
  31. <member name="P:System.ComponentModel.Win32Exception.NativeErrorCode">
  32. <summary>Gets the Win32 error code associated with this exception.</summary>
  33. <returns>The Win32 error code associated with this exception.</returns>
  34. </member>
  35. </members>
  36. </doc>