CatchBlock.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="CatchBlock" FullName="System.Linq.Expressions.CatchBlock">
  3. <TypeSignature Language="C#" Value="public sealed class CatchBlock" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit CatchBlock extends System.Object" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Core</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.Object</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Attributes>
  14. <Attribute>
  15. <AttributeName>System.Diagnostics.DebuggerTypeProxy(typeof(System.Linq.Expressions.Expression/CatchBlockProxy))</AttributeName>
  16. </Attribute>
  17. </Attributes>
  18. <Docs>
  19. <remarks>
  20. <attribution license="cc4" from="Microsoft" modified="false" />
  21. <para>The <see cref="Overload:System.Linq.Expressions.Expression.Catch" /> methods can be used to create a <see cref="T:System.Linq.Expressions.CatchBlock" />.</para>
  22. </remarks>
  23. <summary>
  24. <attribution license="cc4" from="Microsoft" modified="false" />
  25. <para>Represents a catch statement in a try block.</para>
  26. </summary>
  27. </Docs>
  28. <Members>
  29. <Member MemberName="Body">
  30. <MemberSignature Language="C#" Value="public System.Linq.Expressions.Expression Body { get; }" />
  31. <MemberSignature Language="ILAsm" Value=".property instance class System.Linq.Expressions.Expression Body" />
  32. <MemberType>Property</MemberType>
  33. <AssemblyInfo>
  34. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  35. </AssemblyInfo>
  36. <ReturnValue>
  37. <ReturnType>System.Linq.Expressions.Expression</ReturnType>
  38. </ReturnValue>
  39. <Docs>
  40. <value>To be added.</value>
  41. <remarks>To be added.</remarks>
  42. <summary>
  43. <attribution license="cc4" from="Microsoft" modified="false" />
  44. <para>Gets the body of the catch block.</para>
  45. </summary>
  46. </Docs>
  47. </Member>
  48. <Member MemberName="Filter">
  49. <MemberSignature Language="C#" Value="public System.Linq.Expressions.Expression Filter { get; }" />
  50. <MemberSignature Language="ILAsm" Value=".property instance class System.Linq.Expressions.Expression Filter" />
  51. <MemberType>Property</MemberType>
  52. <AssemblyInfo>
  53. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  54. </AssemblyInfo>
  55. <ReturnValue>
  56. <ReturnType>System.Linq.Expressions.Expression</ReturnType>
  57. </ReturnValue>
  58. <Docs>
  59. <value>To be added.</value>
  60. <remarks>To be added.</remarks>
  61. <summary>
  62. <attribution license="cc4" from="Microsoft" modified="false" />
  63. <para>Gets the body of the <see cref="T:System.Linq.Expressions.CatchBlock" /> filter.</para>
  64. </summary>
  65. </Docs>
  66. </Member>
  67. <Member MemberName="Test">
  68. <MemberSignature Language="C#" Value="public Type Test { get; }" />
  69. <MemberSignature Language="ILAsm" Value=".property instance class System.Type Test" />
  70. <MemberType>Property</MemberType>
  71. <AssemblyInfo>
  72. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  73. </AssemblyInfo>
  74. <ReturnValue>
  75. <ReturnType>System.Type</ReturnType>
  76. </ReturnValue>
  77. <Docs>
  78. <value>To be added.</value>
  79. <remarks>To be added.</remarks>
  80. <summary>
  81. <attribution license="cc4" from="Microsoft" modified="false" />
  82. <para>Gets the type of <see cref="T:System.Exception" /> this handler catches.</para>
  83. </summary>
  84. </Docs>
  85. </Member>
  86. <Member MemberName="ToString">
  87. <MemberSignature Language="C#" Value="public override string ToString ();" />
  88. <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" />
  89. <MemberType>Method</MemberType>
  90. <AssemblyInfo>
  91. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  92. </AssemblyInfo>
  93. <ReturnValue>
  94. <ReturnType>System.String</ReturnType>
  95. </ReturnValue>
  96. <Parameters />
  97. <Docs>
  98. <remarks>To be added.</remarks>
  99. <summary>
  100. <attribution license="cc4" from="Microsoft" modified="false" />
  101. <para>Returns a <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />.</para>
  102. </summary>
  103. <returns>
  104. <attribution license="cc4" from="Microsoft" modified="false" />
  105. <para>A <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />.</para>
  106. </returns>
  107. </Docs>
  108. </Member>
  109. <Member MemberName="Update">
  110. <MemberSignature Language="C#" Value="public System.Linq.Expressions.CatchBlock Update (System.Linq.Expressions.ParameterExpression variable, System.Linq.Expressions.Expression filter, System.Linq.Expressions.Expression body);" />
  111. <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Linq.Expressions.CatchBlock Update(class System.Linq.Expressions.ParameterExpression variable, class System.Linq.Expressions.Expression filter, class System.Linq.Expressions.Expression body) cil managed" />
  112. <MemberType>Method</MemberType>
  113. <AssemblyInfo>
  114. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  115. </AssemblyInfo>
  116. <ReturnValue>
  117. <ReturnType>System.Linq.Expressions.CatchBlock</ReturnType>
  118. </ReturnValue>
  119. <Parameters>
  120. <Parameter Name="variable" Type="System.Linq.Expressions.ParameterExpression" />
  121. <Parameter Name="filter" Type="System.Linq.Expressions.Expression" />
  122. <Parameter Name="body" Type="System.Linq.Expressions.Expression" />
  123. </Parameters>
  124. <Docs>
  125. <remarks>To be added.</remarks>
  126. <summary>
  127. <attribution license="cc4" from="Microsoft" modified="false" />
  128. <para>Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.</para>
  129. </summary>
  130. <returns>
  131. <attribution license="cc4" from="Microsoft" modified="false" />
  132. <para>This expression if no children are changed or an expression with the updated children.</para>
  133. </returns>
  134. <param name="variable">
  135. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="P:System.Linq.Expressions.CatchBlock.Variable" /> property of the result.</param>
  136. <param name="filter">
  137. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="P:System.Linq.Expressions.CatchBlock.Filter" /> property of the result.</param>
  138. <param name="body">
  139. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="P:System.Linq.Expressions.CatchBlock.Body" /> property of the result.</param>
  140. </Docs>
  141. </Member>
  142. <Member MemberName="Variable">
  143. <MemberSignature Language="C#" Value="public System.Linq.Expressions.ParameterExpression Variable { get; }" />
  144. <MemberSignature Language="ILAsm" Value=".property instance class System.Linq.Expressions.ParameterExpression Variable" />
  145. <MemberType>Property</MemberType>
  146. <AssemblyInfo>
  147. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  148. </AssemblyInfo>
  149. <ReturnValue>
  150. <ReturnType>System.Linq.Expressions.ParameterExpression</ReturnType>
  151. </ReturnValue>
  152. <Docs>
  153. <value>To be added.</value>
  154. <remarks>To be added.</remarks>
  155. <summary>
  156. <attribution license="cc4" from="Microsoft" modified="false" />
  157. <para>Gets a reference to the <see cref="T:System.Exception" /> object caught by this handler.</para>
  158. </summary>
  159. </Docs>
  160. </Member>
  161. </Members>
  162. </Type>