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

◆ OnZipErrorWhileSaving()

void Ionic.Zip.ZipEntry.OnZipErrorWhileSaving ( Exception e)
inlineprivate

Definition at line 2137 of file ZipEntry.cs.

2138 {
2139 ZipContainer container = this._container;
2140 ZipFile zf = container._zf;
2141 if (zf != null)
2142 {
2143 bool flag = zf.OnZipErrorSaving(this, e);
2144 this._ioOperationCanceled = container != null;
2145 }
2146 }
class f__AnonymousType0<< Count > j__TPar
ZipContainer _container
Definition ZipEntry.cs:2426
bool OnZipErrorSaving(ZipEntry entry, Exception exc)
Definition ZipFile.cs:2039

References Ionic.Zip.ZipEntry._container, Ionic.Zip.ZipContainer._zf, j__TPar, and Ionic.Zip.ZipFile.OnZipErrorSaving().