Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created March 19, 2014 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/6e1e02d57f2c34e3facf to your computer and use it in GitHub Desktop.
Save saurabh360/6e1e02d57f2c34e3facf to your computer and use it in GitHub Desktop.
[19-Mar-2014 20:03:11] Exception: Exception type: System.TypeInitializationException
An exception was thrown by the type initializer for System.Net.Sockets.Socket
at System.Net.Sockets.TcpListener.Init (AddressFamily family, System.Net.EndPoint ep) [0x00000] in <filename unknown>:0
at System.Net.Sockets.TcpListener..ctor (System.Net.IPAddress localaddr, Int32 port) [0x00000] in <filename unknown>:0
at Mtb.Server.Listener.GetAvailablePort () [0x00000] in <filename unknown>:0
at Mtb.Server.Listener..ctor (Mtb.Server.ServerConfig config) [0x00000] in <filename unknown>:0
at Mtb.Application.MainClass.Init () [0x00000] in <filename unknown>:0
at Mtb.Application.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
[19-Mar-2014 20:03:26] Exception: Exception type: System.TypeInitializationException
An exception was thrown by the type initializer for System.Net.Sockets.Socket
at System.Net.Sockets.TcpListener.Init (AddressFamily family, System.Net.EndPoint ep) [0x00000] in <filename unknown>:0
at System.Net.Sockets.TcpListener..ctor (System.Net.IPAddress localaddr, Int32 port) [0x00000] in <filename unknown>:0
at Mtb.Server.Listener.GetAvailablePort () [0x00000] in <filename unknown>:0
at Mtb.Server.Listener..ctor (Mtb.Server.ServerConfig config) [0x00000] in <filename unknown>:0
at Mtb.Application.MainClass.Init () [0x00000] in <filename unknown>:0
at Mtb.Application.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment