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
BadStateException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
Ionic.Zip
5
{
6
// Token: 0x02000014 RID: 20
7
[
Guid
(
"ebc25cf6-9120-4283-b972-0e5520d00007"
)]
8
[
Serializable
]
9
public
class
BadStateException
:
ZipException
10
{
11
// Token: 0x06000054 RID: 84 RVA: 0x000026A8 File Offset: 0x000008A8
12
public
BadStateException
()
13
{
14
}
15
16
// Token: 0x06000055 RID: 85 RVA: 0x000026BC File Offset: 0x000008BC
17
public
BadStateException
(
string
message)
18
:
base
(message)
19
{
20
}
21
22
// Token: 0x06000056 RID: 86 RVA: 0x000026D0 File Offset: 0x000008D0
23
public
BadStateException
(
string
message,
Exception
innerException
)
24
:
base
(message,
innerException
)
25
{
26
}
27
}
28
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.BadStateException.BadStateException
BadStateException()
Definition
BadStateException.cs:12
Ionic.Zip.BadStateException.BadStateException
BadStateException(string message, Exception innerException)
Definition
BadStateException.cs:23
Ionic.Zip.BadStateException.BadStateException
BadStateException(string message)
Definition
BadStateException.cs:17
Ionic.Zip.BadStateException
Definition
BadStateException.cs:10
Ionic.Zip.ZipException
Definition
ZipException.cs:10
System.Exception
Definition
Exception.cs:15
Ionic.Zip
Definition
AddOrUpdateAction.cs:4
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
System.Guid
Definition
Guid.cs:13
source
Ionic.Zip.CF
Ionic
Zip
BadStateException.cs
Generated by
1.10.0