terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ParsingError

Enumerator
None 
BadFormat 
BadScheme 
BadAuthority 
EmptyUriString 
LastRelativeUriOkErrIndex 
SchemeLimit 
SizeLimit 
MustRootedPath 
BadHostName 
NonEmptyHost 
BadPort 
BadAuthorityTerminator 
CannotCreateRelative 

Definition at line 6 of file ParsingError.cs.

7 {
8 // Token: 0x0400020C RID: 524
9 None,
10 // Token: 0x0400020D RID: 525
12 // Token: 0x0400020E RID: 526
14 // Token: 0x0400020F RID: 527
16 // Token: 0x04000210 RID: 528
18 // Token: 0x04000211 RID: 529
20 // Token: 0x04000212 RID: 530
22 // Token: 0x04000213 RID: 531
24 // Token: 0x04000214 RID: 532
26 // Token: 0x04000215 RID: 533
28 // Token: 0x04000216 RID: 534
30 // Token: 0x04000217 RID: 535
31 BadPort,
32 // Token: 0x04000218 RID: 536
34 // Token: 0x04000219 RID: 537
36 }