1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="CodeDomSerializerException" FullName="System.ComponentModel.Design.Serialization.CodeDomSerializerException">
3  <TypeSignature Language="C#" Value="public class CodeDomSerializerException : SystemException" />
4  <AssemblyInfo>
5    <AssemblyName>System.Design</AssemblyName>
6    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
7    <AssemblyVersion>2.0.0.0</AssemblyVersion>
8  </AssemblyInfo>
9  <Base>
10    <BaseTypeName>System.SystemException</BaseTypeName>
11  </Base>
12  <Interfaces />
13  <Docs>
14    <remarks>
15      <attribution license="cc4" from="Microsoft" modified="false" />
16      <para>This exception is thrown when the serializer encounters an error. This exception allows the serializer to return information about the location and type of the error.</para>
17    </remarks>
18    <summary>
19      <attribution license="cc4" from="Microsoft" modified="false" />
20      <para>The exception that is thrown when line number information is available for a serialization error.</para>
21    </summary>
22  </Docs>
23  <Members>
24    <Member MemberName=".ctor">
25      <MemberSignature Language="C#" Value="public CodeDomSerializerException (Exception ex, System.CodeDom.CodeLinePragma linePragma);" />
26      <MemberType>Constructor</MemberType>
27      <Parameters>
28        <Parameter Name="ex" Type="System.Exception" />
29        <Parameter Name="linePragma" Type="System.CodeDom.CodeLinePragma" />
30      </Parameters>
31      <Docs>
32        <remarks>To be added.</remarks>
33        <summary>
34          <attribution license="cc4" from="Microsoft" modified="false" />
35          <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException" /> class using the specified exception and line information.</para>
36        </summary>
37        <param name="ex">
38          <attribution license="cc4" from="Microsoft" modified="false" />The exception to throw. </param>
39        <param name="linePragma">
40          <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.CodeLinePragma" /> that indicates where the exception occurred. </param>
41      </Docs>
42      <AssemblyInfo>
43        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
44        <AssemblyVersion>2.0.0.0</AssemblyVersion>
45      </AssemblyInfo>
46    </Member>
47    <Member MemberName=".ctor">
48      <MemberSignature Language="C#" Value="public CodeDomSerializerException (Exception ex, System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager);" />
49      <MemberType>Constructor</MemberType>
50      <AssemblyInfo>
51        <AssemblyVersion>2.0.0.0</AssemblyVersion>
52      </AssemblyInfo>
53      <Parameters>
54        <Parameter Name="ex" Type="System.Exception" />
55        <Parameter Name="manager" Type="System.ComponentModel.Design.Serialization.IDesignerSerializationManager" />
56      </Parameters>
57      <Docs>
58        <remarks>To be added.</remarks>
59        <summary>
60          <attribution license="cc4" from="Microsoft" modified="false" />
61          <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException" /> class. </para>
62        </summary>
63        <param name="ex">
64          <attribution license="cc4" from="Microsoft" modified="false" />The exception to throw. </param>
65        <param name="manager">
66          <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> object from which to extract the context.</param>
67      </Docs>
68    </Member>
69    <Member MemberName=".ctor">
70      <MemberSignature Language="C#" Value="protected CodeDomSerializerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" />
71      <MemberType>Constructor</MemberType>
72      <Parameters>
73        <Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" />
74        <Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
75      </Parameters>
76      <Docs>
77        <remarks>To be added.</remarks>
78        <summary>
79          <attribution license="cc4" from="Microsoft" modified="false" />
80          <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException" /> class using the specified serialization data and context.</para>
81        </summary>
82        <param name="info">
83          <attribution license="cc4" from="Microsoft" modified="false" />Stores the data that was being used to serialize or deserialize the object that the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializer" /> was serializing or deserializing. </param>
84        <param name="context">
85          <attribution license="cc4" from="Microsoft" modified="false" />Describes the source and destination of the stream that generated the exception, as well as a means for serialization to retain that context and an additional caller-defined context. </param>
86      </Docs>
87      <AssemblyInfo>
88        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
89        <AssemblyVersion>2.0.0.0</AssemblyVersion>
90      </AssemblyInfo>
91    </Member>
92    <Member MemberName=".ctor">
93      <MemberSignature Language="C#" Value="public CodeDomSerializerException (string message, System.CodeDom.CodeLinePragma linePragma);" />
94      <MemberType>Constructor</MemberType>
95      <Parameters>
96        <Parameter Name="message" Type="System.String" />
97        <Parameter Name="linePragma" Type="System.CodeDom.CodeLinePragma" />
98      </Parameters>
99      <Docs>
100        <remarks>To be added.</remarks>
101        <summary>
102          <attribution license="cc4" from="Microsoft" modified="false" />
103          <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException" /> class using the specified message and line information.</para>
104        </summary>
105        <param name="message">
106          <attribution license="cc4" from="Microsoft" modified="false" />A message describing the exception. </param>
107        <param name="linePragma">
108          <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.CodeLinePragma" /> that indicates where the exception occurred. </param>
109      </Docs>
110      <AssemblyInfo>
111        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
112        <AssemblyVersion>2.0.0.0</AssemblyVersion>
113      </AssemblyInfo>
114    </Member>
115    <Member MemberName=".ctor">
116      <MemberSignature Language="C#" Value="public CodeDomSerializerException (string message, System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager);" />
117      <MemberType>Constructor</MemberType>
118      <AssemblyInfo>
119        <AssemblyVersion>2.0.0.0</AssemblyVersion>
120      </AssemblyInfo>
121      <Parameters>
122        <Parameter Name="message" Type="System.String" />
123        <Parameter Name="manager" Type="System.ComponentModel.Design.Serialization.IDesignerSerializationManager" />
124      </Parameters>
125      <Docs>
126        <remarks>To be added.</remarks>
127        <summary>
128          <attribution license="cc4" from="Microsoft" modified="false" />
129          <para>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializerException" /> class. </para>
130        </summary>
131        <param name="message">
132          <attribution license="cc4" from="Microsoft" modified="false" />A message describing the exception. </param>
133        <param name="manager">
134          <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> object from which to extract the context.</param>
135      </Docs>
136    </Member>
137    <Member MemberName="GetObjectData">
138      <MemberSignature Language="C#" Value="public override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" />
139      <MemberType>Method</MemberType>
140      <ReturnValue>
141        <ReturnType>System.Void</ReturnType>
142      </ReturnValue>
143      <Parameters>
144        <Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" />
145        <Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
146      </Parameters>
147      <Docs>
148        <remarks>To be added.</remarks>
149        <summary>
150          <attribution license="cc4" from="Microsoft" modified="false" />
151          <para>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the parameter name and additional exception information.</para>
152        </summary>
153        <param name="info">
154          <attribution license="cc4" from="Microsoft" modified="false" />Stores the data that was being used to serialize or deserialize the object that the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializer" /> was serializing or deserializing. </param>
155        <param name="context">
156          <attribution license="cc4" from="Microsoft" modified="false" />Describes the source and destination of the stream that generated the exception, as well as a means for serialization to retain that context and an additional caller-defined context. </param>
157      </Docs>
158      <AssemblyInfo>
159        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
160        <AssemblyVersion>2.0.0.0</AssemblyVersion>
161      </AssemblyInfo>
162    </Member>
163    <Member MemberName="LinePragma">
164      <MemberSignature Language="C#" Value="public System.CodeDom.CodeLinePragma LinePragma { get; }" />
165      <MemberType>Property</MemberType>
166      <ReturnValue>
167        <ReturnType>System.CodeDom.CodeLinePragma</ReturnType>
168      </ReturnValue>
169      <Docs>
170        <value>To be added.</value>
171        <remarks>To be added.</remarks>
172        <summary>
173          <attribution license="cc4" from="Microsoft" modified="false" />
174          <para>Gets or sets the line information for the error associated with this exception.</para>
175        </summary>
176      </Docs>
177      <AssemblyInfo>
178        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
179        <AssemblyVersion>2.0.0.0</AssemblyVersion>
180      </AssemblyInfo>
181    </Member>
182  </Members>
183</Type>