forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCatch.xml
44 lines (42 loc) · 2.05 KB
/
Catch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Type Name="Catch" FullName="System.Activities.Statements.Catch">
<TypeSignature Language="C#" Value="public abstract class Catch" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit Catch extends System.Object" />
<TypeSignature Language="DocId" Value="T:System.Activities.Statements.Catch" />
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Contains the actions to be executed after an exception is thrown in the corresponding <see langword="Try" /> block of a <see cref="T:System.Activities.Statements.TryCatchFinally" /> activity.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Once placed in the designer, <xref:System.Activities.Statements.Catch> activities cannot be reordered in the designer. To reorder the collection of <xref:System.Activities.Statements.Catch> activities, either delete and re-add them in the correct order, or use the xaml (code) view for the workflow.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="ExceptionType">
<MemberSignature Language="C#" Value="public abstract Type ExceptionType { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Type ExceptionType" />
<MemberSignature Language="DocId" Value="P:System.Activities.Statements.Catch.ExceptionType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Docs>
<summary>The type of exception that the <see cref="T:System.Activities.Statements.Catch" /> block is handling.</summary>
<value>The exception type.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>