[Build] Update .NETCore reference assemblies for tizen50 TFM
[platform/core/csapi/tizenfx.git] / pkg / build / tizen50 / ref / Microsoft.Win32.Primitives.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>Microsoft.Win32.Primitives</name>
4   </assembly>
5   <members>
6     <member name="T:System.ComponentModel.Win32Exception">
7       <summary>Throws an exception for a Win32 error code.</summary>
8     </member>
9     <member name="M:System.ComponentModel.Win32Exception.#ctor">
10       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the last Win32 error that occurred.</summary>
11     </member>
12     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32)">
13       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified error.</summary>
14       <param name="error">The Win32 error code associated with this exception.</param>
15     </member>
16     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String)">
17       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified detailed description.</summary>
18       <param name="message">A detailed description of the error.</param>
19     </member>
20     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32,System.String)">
21       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified error and the specified detailed description.</summary>
22       <param name="error">The Win32 error code associated with this exception.</param>
23       <param name="message">A detailed description of the error.</param>
24     </member>
25     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
26       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified context and the serialization information.</summary>
27       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> associated with this exception.</param>
28       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that represents the context of this exception.</param>
29     </member>
30     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String,System.Exception)">
31       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified detailed description and the specified exception.</summary>
32       <param name="message">A detailed description of the error.</param>
33       <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
34     </member>
35     <member name="M:System.ComponentModel.Win32Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
36       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the file name and line number at which this <see cref="T:System.ComponentModel.Win32Exception"></see> occurred.</summary>
37       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see>.</param>
38       <param name="context">The contextual information about the source or destination.</param>
39       <exception cref="T:System.ArgumentNullException"><paramref name="info">info</paramref> is null.</exception>
40     </member>
41     <member name="P:System.ComponentModel.Win32Exception.NativeErrorCode">
42       <summary>Gets the Win32 error code associated with this exception.</summary>
43       <returns>The Win32 error code associated with this exception.</returns>
44     </member>
45   </members>
46 </doc>