Merge pull request #966 from ermshiperete/bug-xamarin-18511
[mono.git] / mcs / class / System.Data / Documentation / en / System.Data.SqlTypes / SqlAlreadyFilledException.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="SqlAlreadyFilledException" FullName="System.Data.SqlTypes.SqlAlreadyFilledException">
3   <TypeSignature Language="C#" Value="public sealed class SqlAlreadyFilledException : System.Data.SqlTypes.SqlTypeException" />
4   <AssemblyInfo>
5     <AssemblyName>System.Data</AssemblyName>
6     <AssemblyVersion>2.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.Data.SqlTypes.SqlTypeException</BaseTypeName>
10   </Base>
11   <Interfaces />
12   <Docs>
13     <since version=".NET 2.0" />
14     <remarks>
15       <attribution license="cc4" from="Microsoft" modified="false" />
16       <para>The <see cref="T:System.Data.SqlTypes.SqlAlreadyFilledException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para>
17     </remarks>
18     <summary>
19       <attribution license="cc4" from="Microsoft" modified="false" />
20       <para>The <see cref="T:System.Data.SqlTypes.SqlAlreadyFilledException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality. </para>
21     </summary>
22   </Docs>
23   <Members>
24     <Member MemberName=".ctor">
25       <MemberSignature Language="C#" Value="public SqlAlreadyFilledException ();" />
26       <MemberType>Constructor</MemberType>
27       <Parameters />
28       <Docs>
29         <since version=".NET 2.0" />
30         <remarks>
31           <attribution license="cc4" from="Microsoft" modified="false" />
32           <para>The <see cref="T:System.Data.SqlTypes.SqlAlreadyFilledException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para>
33         </remarks>
34         <summary>
35           <attribution license="cc4" from="Microsoft" modified="false" />
36           <para>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlAlreadyFilledException" /> class.</para>
37         </summary>
38       </Docs>
39       <AssemblyInfo>
40         <AssemblyVersion>2.0.0.0</AssemblyVersion>
41       </AssemblyInfo>
42     </Member>
43     <Member MemberName=".ctor">
44       <MemberSignature Language="C#" Value="public SqlAlreadyFilledException (string message);" />
45       <MemberType>Constructor</MemberType>
46       <Parameters>
47         <Parameter Name="message" Type="System.String" />
48       </Parameters>
49       <Docs>
50         <since version=".NET 2.0" />
51         <remarks>
52           <attribution license="cc4" from="Microsoft" modified="false" />
53           <para>The <see cref="T:System.Data.SqlTypes.SqlAlreadyFilledException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para>
54         </remarks>
55         <summary>
56           <attribution license="cc4" from="Microsoft" modified="false" />
57           <para>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlAlreadyFilledException" /> class.</para>
58         </summary>
59         <param name="message">
60           <attribution license="cc4" from="Microsoft" modified="false" />The string to display when the exception is thrown.</param>
61       </Docs>
62       <AssemblyInfo>
63         <AssemblyVersion>2.0.0.0</AssemblyVersion>
64       </AssemblyInfo>
65     </Member>
66     <Member MemberName=".ctor">
67       <MemberSignature Language="C#" Value="public SqlAlreadyFilledException (string message, Exception inner);" />
68       <MemberType>Constructor</MemberType>
69       <Parameters>
70         <Parameter Name="message" Type="System.String" />
71         <Parameter Name="inner" Type="System.Exception" />
72       </Parameters>
73       <Docs>
74         <param name="inner">To be added.</param>
75         <since version=".NET 2.0" />
76         <remarks>
77           <attribution license="cc4" from="Microsoft" modified="false" />
78           <para>The <see cref="T:System.Data.SqlTypes.SqlAlreadyFilledException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para>
79         </remarks>
80         <summary>
81           <attribution license="cc4" from="Microsoft" modified="false" />
82           <para>Initializes a new instance of the <see cref="T:System.Data.SqlTypes.SqlAlreadyFilledException" /> class.</para>
83         </summary>
84         <param name="message">
85           <attribution license="cc4" from="Microsoft" modified="false" />The string to display when the exception is thrown.</param>
86       </Docs>
87       <AssemblyInfo>
88         <AssemblyVersion>2.0.0.0</AssemblyVersion>
89       </AssemblyInfo>
90     </Member>
91   </Members>
92 </Type>