[ImageUtil] Add sync thumbnail extract API (#928)
[platform/core/csapi/tizenfx.git] / pkg / build / tizen40 / ref / Microsoft.Win32.Primitives.xml
1 <?xml version="1.0" encoding="utf-8"?><span>
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"></see> 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"></see> 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.String)">
18       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified detailed description.</summary>
19       <param name="message">A detailed description of the error.</param>
20     </member>
21     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32,System.String)">
22       <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>
23       <param name="error">The Win32 error code associated with this exception.</param>
24       <param name="message">A detailed description of the error.</param>
25     </member>
26     <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
27       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified context and the serialization information.</summary>
28       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> associated with this exception.</param>
29       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that represents the context of this exception.</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"></see> 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"></see> object with the file name and line number at which this <see cref="T:System.ComponentModel.Win32Exception"></see> occurred.</summary>
38       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see>.</param>
39       <param name="context">The contextual information about the source or destination.</param>
40       <exception cref="T:System.ArgumentNullException"><paramref name="info">info</paramref> is null.</exception>
41     </member>
42     <member name="P:System.ComponentModel.Win32Exception.NativeErrorCode">
43       <summary>Gets the Win32 error code associated with this exception.</summary>
44       <returns>The Win32 error code associated with this exception.</returns>
45     </member>
46   </members>
47 </doc></span>