summaryrefslogtreecommitdiff
path: root/.packages/microsoft.win32.primitives/4.4.0-beta-24913-02/ref/netstandard1.3/Microsoft.Win32.Primitives.xml
diff options
context:
space:
mode:
authorGleb Balykov <g.balykov@samsung.com>2020-07-13 18:17:29 +0300
committerAlexander Soldatov/AI Compiler Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>2020-07-23 15:38:33 +0300
commitef4d447326501bbf3f350824ba0bd0098e5fcd58 (patch)
tree48b801cdba98d2a1df5a30baf9c2510352cae0de /.packages/microsoft.win32.primitives/4.4.0-beta-24913-02/ref/netstandard1.3/Microsoft.Win32.Primitives.xml
parent627172e192116c9a7ae9ffa47a9722ce400e83e3 (diff)
downloadcoreclr-ef4d447326501bbf3f350824ba0bd0098e5fcd58.tar.gz
coreclr-ef4d447326501bbf3f350824ba0bd0098e5fcd58.tar.bz2
coreclr-ef4d447326501bbf3f350824ba0bd0098e5fcd58.zip
[Tizen] Add CoreCLR tests BuildTools v3.1.3 for armel,arm64
Diffstat (limited to '.packages/microsoft.win32.primitives/4.4.0-beta-24913-02/ref/netstandard1.3/Microsoft.Win32.Primitives.xml')
-rwxr-xr-x.packages/microsoft.win32.primitives/4.4.0-beta-24913-02/ref/netstandard1.3/Microsoft.Win32.Primitives.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.packages/microsoft.win32.primitives/4.4.0-beta-24913-02/ref/netstandard1.3/Microsoft.Win32.Primitives.xml b/.packages/microsoft.win32.primitives/4.4.0-beta-24913-02/ref/netstandard1.3/Microsoft.Win32.Primitives.xml
new file mode 100755
index 0000000000..227ece3718
--- /dev/null
+++ b/.packages/microsoft.win32.primitives/4.4.0-beta-24913-02/ref/netstandard1.3/Microsoft.Win32.Primitives.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<doc>
+ <assembly>
+ <name>Microsoft.Win32.Primitives</name>
+ </assembly>
+ <members>
+ <member name="T:System.ComponentModel.Win32Exception">
+ <summary>Throws an exception for a Win32 error code.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Win32Exception.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the last Win32 error that occurred.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified error.</summary>
+ <param name="error">The Win32 error code associated with this exception. </param>
+ </member>
+ <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified error and the specified detailed description.</summary>
+ <param name="error">The Win32 error code associated with this exception. </param>
+ <param name="message">A detailed description of the error. </param>
+ </member>
+ <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified detailed description. </summary>
+ <param name="message">A detailed description of the error.</param>
+ </member>
+ <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String,System.Exception)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception" /> class with the specified detailed description and the specified exception.</summary>
+ <param name="message">A detailed description of the error.</param>
+ <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
+ </member>
+ <member name="P:System.ComponentModel.Win32Exception.NativeErrorCode">
+ <summary>Gets the Win32 error code associated with this exception.</summary>
+ <returns>The Win32 error code associated with this exception.</returns>
+ </member>
+ </members>
+</doc> \ No newline at end of file