File tree 2 files changed +16
-20
lines changed
src/PortToDocs/tests/TestData
Exception_ExistingCref/xml_expected/MyAssembly
Exceptions/xml_expected/MyAssembly 2 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 1
- <Type Name =" MyType" FullName =" MyNamespace.MyType" >
1
+ <Type Name =" MyType" FullName =" MyNamespace.MyType" >
2
2
<TypeSignature Language =" DocId" Value =" T:MyNamespace.MyType" />
3
3
<AssemblyInfo >
4
4
<AssemblyName >MyAssembly</AssemblyName >
32
32
<exception cref =" T:System.EightyPercentCollisionException" >Word1 Word2 Word3 Word4 Word5 Word6 Word7 Word8.</exception >
33
33
<exception cref =" T:System.SeventyPercentCollisionException" >Word1 Word2 Word3 Word4 Word5 Word6 Word7.</exception >
34
34
<exception cref =" T:System.SixtyPercentCollisionException" >Word1 Word2 Word3 Word4 Word5 Word6.</exception >
35
- <exception cref =" T:System.FiftyPercentCollisionException" >Word1 Word2 Word3 Word4 Word5.
36
-
37
- -or-
38
-
39
- Word1 Word2 Word3 Word4 Word5 Word6 Word7 Word8 Word9 Word10. </exception >
35
+ <exception cref =" T:System.FiftyPercentCollisionException" >
36
+ < para >Word1 Word2 Word3 Word4 Word5.</ para >
37
+ < para > -or-</ para >
38
+ < para >Word1 Word2 Word3 Word4 Word5 Word6 Word7 Word8 Word9 Word10.</ para >
39
+ </exception >
40
40
</Docs >
41
41
</Member >
42
42
</Members >
Original file line number Diff line number Diff line change 1
- <Type Name =" MyType" FullName =" MyNamespace.MyType" >
1
+ <Type Name =" MyType" FullName =" MyNamespace.MyType" >
2
2
<TypeSignature Language =" DocId" Value =" T:MyNamespace.MyType" />
3
3
<AssemblyInfo >
4
4
<AssemblyName >MyAssembly</AssemblyName >
29
29
<summary >This is the method summary.</summary >
30
30
<remarks >To be added.</remarks >
31
31
<exception cref =" T:System.ArgumentNullException" >This is the original text of ArgumentNullException thrown for MyMethod.</exception >
32
- <exception cref =" T:System.IndexOutOfRangeException" >This is the original text of IndexOutOfRangeException thrown for MyMethod.
33
-
34
- -or-
35
-
36
- A proper alternative.
37
-
38
- -or-
39
-
40
- An improper alternative.
41
-
42
- -or-
43
-
44
- A somewhat proper alternative.</exception >
32
+ <exception cref =" T:System.IndexOutOfRangeException" >
33
+ <para >This is the original text of IndexOutOfRangeException thrown for MyMethod.</para >
34
+ <para >-or-</para >
35
+ <para >A proper alternative.</para >
36
+ <para >-or-</para >
37
+ <para >An improper alternative.</para >
38
+ <para >-or-</para >
39
+ <para >A somewhat proper alternative.</para >
40
+ </exception >
45
41
</Docs >
46
42
</Member >
47
43
</Members >
You can’t perform that action at this time.
0 commit comments