﻿<?xml version="1.0" encoding="utf-8"?><Type Name="TypedDataSetGeneratorException" FullName="System.Data.TypedDataSetGeneratorException"><TypeSignature Language="C#" Maintainer="auto" Value="public class TypedDataSetGeneratorException : System.Data.DataException" /><AssemblyInfo><AssemblyName>System.Data</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.3300.0</AssemblyVersion><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><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><Base><BaseTypeName>System.Data.DataException</BaseTypeName></Base><Interfaces></Interfaces><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.TypedDataSetGeneratorException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The exception that is thrown when a name conflict occurs while generating a strongly typed <see cref="T:System.Data.DataSet" />. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public TypedDataSetGeneratorException ();" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.TypedDataSetGeneratorException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Data.TypedDataSetGeneratorException" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public TypedDataSetGeneratorException (System.Collections.ArrayList list);" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters><Parameter Name="list" Type="System.Collections.ArrayList" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.TypedDataSetGeneratorException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Data.TypedDataSetGeneratorException" /> class.</para></summary><param name="list"><attribution license="cc4" from="Microsoft" modified="false" /><see cref="T:System.Collections.ArrayList" /> object containing a dynamic list of exceptions. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public TypedDataSetGeneratorException (string error);" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="error" Type="System.String" /></Parameters><Docs><param name="error">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.TypedDataSetGeneratorException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Data.TypedDataSetGeneratorException" /> class with the specified string. </para></summary></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected TypedDataSetGeneratorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters><Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" /><Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.TypedDataSetGeneratorException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Data.TypedDataSetGeneratorException" /> class using the specified serialization information and streaming context.</para></summary><param name="info"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object. </param><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Runtime.Serialization.StreamingContext" /> structure. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public TypedDataSetGeneratorException (string error, Exception inner);" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="error" Type="System.String" /><Parameter Name="inner" Type="System.Exception" /></Parameters><Docs><param name="error">To be added.</param><param name="inner">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.TypedDataSetGeneratorException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Data.TypedDataSetGeneratorException" /> class with the specified string and inner exception. </para></summary></Docs></Member><Member MemberName="ErrorList"><MemberSignature Language="C#" Value="public System.Collections.ArrayList ErrorList { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Collections.ArrayList</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Collections.ArrayList'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.TypedDataSetGeneratorException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a dynamic list of generated errors.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetObjectData"><MemberSignature Language="C#" Value="public override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" /><Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Data.TypedDataSetGeneratorException" /> class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Implements the ISerializable interface and returns the data needed to serialize the <see cref="T:System.Data.TypedDataSetGeneratorException" /> object.</para></summary><param name="info"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object. </param><param name="context"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Runtime.Serialization.StreamingContext" /> structure. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>