Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / Microsoft.Win32.Primitives.xml
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.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
23       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified context and the serialization information.</summary>
24       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> associated with this exception.</param>
25       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that represents the context of this exception.</param>
26     </member>
27     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String)">
28       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified detailed description.</summary>
29       <param name="message">A detailed description of the error.</param>
30     </member>
31     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String,System.Exception)">
32       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified detailed description and the specified exception.</summary>
33       <param name="message">A detailed description of the error.</param>
34       <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
35     </member>
36     <member name="M:System.ComponentModel.Win32Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
37       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the file name and line number at which this <see cref="T:System.ComponentModel.Win32Exception" /> occurred.</summary>
38       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" />.</param>
39       <param name="context">The contextual information about the source or destination.</param>
40       <exception cref="T:System.ArgumentNullException">
41         <paramref name="info" /> is <see langword="null" />.</exception>
42     </member>
43     <member name="P:System.ComponentModel.Win32Exception.NativeErrorCode">
44       <summary>Gets the Win32 error code associated with this exception.</summary>
45       <returns>The Win32 error code associated with this exception.</returns>
46     </member>
47     <member name="M:System.ComponentModel.Win32Exception.ToString">
48       <summary>Returns a string that contains the <see cref="P:System.ComponentModel.Win32Exception.NativeErrorCode" />, or <see cref="P:System.Exception.HResult" />, or both.</summary>
49       <returns>A string that represents the <see cref="P:System.ComponentModel.Win32Exception.NativeErrorCode" />, or <see cref="P:System.Exception.HResult" />, or both.</returns>
50     </member>
51   </members>
52 </doc>