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

◆ ignoreMessages

readonly List<string> Terraria.ModLoader.Logging.ignoreMessages = new List<string> { "A blocking operation was interrupted by a call to WSACancelBlockingCall", "The request was aborted: The request was canceled.", "Object name: 'System.Net.Sockets.Socket'.", "Object name: 'System.Net.Sockets.NetworkStream'", "This operation cannot be performed on a completed asynchronous result object.", "Object name: 'SslStream'.", "Unable to load DLL 'Microsoft.DiaSymReader.Native.x86.dll'" }
staticprivate

Definition at line 73 of file Logging.cs.

73{ "A blocking operation was interrupted by a call to WSACancelBlockingCall", "The request was aborted: The request was canceled.", "Object name: 'System.Net.Sockets.Socket'.", "Object name: 'System.Net.Sockets.NetworkStream'", "This operation cannot be performed on a completed asynchronous result object.", "Object name: 'SslStream'.", "Unable to load DLL 'Microsoft.DiaSymReader.Native.x86.dll'" };

Referenced by Terraria.ModLoader.Logging.FirstChanceExceptionHandler().