Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ZLibException() [4/4]

System.IO.Compression.ZLibException.ZLibException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 33 of file ZLibException.cs.

34 : base(info, context)
35 {
36 _zlibErrorContext = info.GetString("zlibErrorContext");
37 _zlibErrorCode = (ZLibNative.ErrorCode)info.GetInt32("zlibErrorCode");
38 _zlibErrorMessage = info.GetString("zlibErrorMessage");
39 }
readonly ZLibNative.ErrorCode _zlibErrorCode

References System.IO.Compression.ZLibException._zlibErrorCode, System.IO.Compression.ZLibException._zlibErrorContext, System.IO.Compression.ZLibException._zlibErrorMessage, and System.info.