|
86 | 86 | <Parameter Name="message" Type="System.String" Index="0" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5" />
|
87 | 87 | </Parameters>
|
88 | 88 | <Docs>
|
89 |
| - <param name="message">To be added.</param> |
90 |
| - <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
| 89 | + <param name="message">The error message that specifies the reason for the exception.</param> |
| 90 | + <summary>Initializes a new instance of the <see cref="T:Microsoft.Vsa.VsaException" /> class with the specified error message.</summary> |
91 | 91 | <remarks>To be added.</remarks>
|
| 92 | + <forInternalUseOnly /> |
92 | 93 | </Docs>
|
93 | 94 | </Member>
|
94 | 95 | <Member MemberName=".ctor">
|
|
158 | 159 | <Parameter Name="innerException" Type="System.Exception" Index="1" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5" />
|
159 | 160 | </Parameters>
|
160 | 161 | <Docs>
|
161 |
| - <param name="message">To be added.</param> |
162 |
| - <param name="innerException">To be added.</param> |
163 |
| - <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
| 162 | + <param name="message">The error message that explains the reason for the exception.</param> |
| 163 | + <param name="innerException">The exception that is the cause of the current exception.</param> |
| 164 | + <summary>Initializes a new instance of the <see cref="T:Microsoft.Vsa.VsaException" /> class with the specified error message and a reference to the inner exception.</summary> |
164 | 165 | <remarks>To be added.</remarks>
|
| 166 | + <forInternalUseOnly /> |
165 | 167 | </Docs>
|
166 | 168 | </Member>
|
167 | 169 | <Member MemberName=".ctor">
|
|
183 | 185 | <Parameter Name="innerException" Type="System.Exception" />
|
184 | 186 | </Parameters>
|
185 | 187 | <Docs>
|
186 |
| - <param name="error">To be added.</param> |
187 |
| - <param name="message">To be added.</param> |
188 |
| - <param name="innerException">To be added.</param> |
189 |
| - <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
| 188 | + <param name="error">One of the enumeration values that specifies the kind of error.</param> |
| 189 | + <param name="message">The error message that explains the reason for the exception.</param> |
| 190 | + <param name="innerException">The exception that is the cause of the current exception.</param> |
| 191 | + <summary>Initializes a new instance of the <see cref="T:Microsoft.Vsa.VsaException" /> class with the specified error type, error message, and a reference to the inner exception.</summary> |
190 | 192 | <remarks>To be added.</remarks>
|
| 193 | + <forInternalUseOnly /> |
191 | 194 | </Docs>
|
192 | 195 | </Member>
|
193 | 196 | <Member MemberName="ErrorCode">
|
|
0 commit comments