Merge pull request #943 from ermshiperete/bug-novell-325669
[mono.git] / mcs / class / System.Data / Documentation / en / System.Data / InvalidExpressionException.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="InvalidExpressionException" FullName="System.Data.InvalidExpressionException">
3   <TypeSignature Language="C#" Maintainer="auto" Value="public class InvalidExpressionException : System.Data.DataException" />
4   <AssemblyInfo>
5     <AssemblyName>System.Data</AssemblyName>
6     <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
7     <AssemblyVersion>1.0.3300.0</AssemblyVersion>
8     <AssemblyVersion>1.0.5000.0</AssemblyVersion>
9     <AssemblyVersion>2.0.0.0</AssemblyVersion>
10   </AssemblyInfo>
11   <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
12   <Base>
13     <BaseTypeName>System.Data.DataException</BaseTypeName>
14   </Base>
15   <Interfaces>
16   </Interfaces>
17   <Docs>
18     <remarks>
19       <attribution license="cc4" from="Microsoft" modified="false" />
20       <para>The <see cref="P:System.Data.DataColumn.Expression" /> property is use to calculate the value of a column, or create an aggregate column.</para>
21     </remarks>
22     <summary>
23       <attribution license="cc4" from="Microsoft" modified="false" />
24       <para>Represents the exception that is thrown when you try to add a <see cref="T:System.Data.DataColumn" /> that contains an invalid <see cref="P:System.Data.DataColumn.Expression" /> to a <see cref="T:System.Data.DataColumnCollection" />.</para>
25     </summary>
26   </Docs>
27   <Members>
28     <Member MemberName=".ctor">
29       <MemberSignature Language="C#" Value="public InvalidExpressionException ();" />
30       <MemberType>Constructor</MemberType>
31       <ReturnValue />
32       <Parameters />
33       <Docs>
34         <remarks>To be added</remarks>
35         <summary>
36           <attribution license="cc4" from="Microsoft" modified="false" />
37           <para>Initializes a new instance of the <see cref="T:System.Data.InvalidExpressionException" /> class.</para>
38         </summary>
39       </Docs>
40       <AssemblyInfo>
41         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
42         <AssemblyVersion>2.0.0.0</AssemblyVersion>
43       </AssemblyInfo>
44     </Member>
45     <Member MemberName=".ctor">
46       <MemberSignature Language="C#" Value="public InvalidExpressionException (string s);" />
47       <MemberType>Constructor</MemberType>
48       <ReturnValue />
49       <Parameters>
50         <Parameter Name="s" Type="System.String" />
51       </Parameters>
52       <Docs>
53         <remarks>To be added</remarks>
54         <summary>
55           <attribution license="cc4" from="Microsoft" modified="false" />
56           <para>Initializes a new instance of the <see cref="T:System.Data.InvalidExpressionException" /> class with the specified string.</para>
57         </summary>
58         <param name="s">
59           <attribution license="cc4" from="Microsoft" modified="false" />The string to display when the exception is thrown. </param>
60       </Docs>
61       <AssemblyInfo>
62         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
63         <AssemblyVersion>2.0.0.0</AssemblyVersion>
64       </AssemblyInfo>
65     </Member>
66     <Member MemberName=".ctor">
67       <MemberSignature Language="C#" Value="protected InvalidExpressionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" />
68       <MemberType>Constructor</MemberType>
69       <ReturnValue />
70       <Parameters>
71         <Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" />
72         <Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
73       </Parameters>
74       <Docs>
75         <remarks>To be added</remarks>
76         <summary>
77           <attribution license="cc4" from="Microsoft" modified="false" />
78           <para>Initializes a new instance of the <see cref="T:System.Data.InvalidExpressionException" /> class with the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and the <see cref="T:System.Runtime.Serialization.StreamingContext" />.</para>
79         </summary>
80         <param name="info">
81           <attribution license="cc4" from="Microsoft" modified="false" />The data needed to serialize or deserialize an object. </param>
82         <param name="context">
83           <attribution license="cc4" from="Microsoft" modified="false" />The source and destination of a given serialized stream. </param>
84       </Docs>
85       <AssemblyInfo>
86         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
87         <AssemblyVersion>2.0.0.0</AssemblyVersion>
88       </AssemblyInfo>
89     </Member>
90     <Member MemberName=".ctor">
91       <MemberSignature Language="C#" Value="public InvalidExpressionException (string message, Exception inner);" />
92       <MemberType>Constructor</MemberType>
93       <AssemblyInfo>
94         <AssemblyVersion>2.0.0.0</AssemblyVersion>
95       </AssemblyInfo>
96       <Parameters>
97         <Parameter Name="message" Type="System.String" />
98         <Parameter Name="inner" Type="System.Exception" />
99       </Parameters>
100       <Docs>
101         <param name="inner">To be added.</param>
102         <remarks>To be added.</remarks>
103         <summary>
104           <attribution license="cc4" from="Microsoft" modified="false" />
105           <para>Initializes a new instance of the <see cref="T:System.Data.InvalidExpressionException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</para>
106         </summary>
107         <param name="message">
108           <attribution license="cc4" from="Microsoft" modified="false" />The error message that explains the reason for the exception.</param>
109       </Docs>
110     </Member>
111   </Members>
112 </Type>