sharedlibrarycoreexceptions NetworkException - RaidMax/IW4M-Admin GitHub Wiki

NetworkException Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Exceptions
  SharedLibraryCore.Exceptions.NetworkException[NetworkException](/RaidMax/IW4M-Admin/wiki/NetworkException)
  SharedLibraryCore.Exceptions.ServerException[ServerException](/RaidMax/IW4M-Admin/wiki/ServerException)
  end
SharedLibraryCore.Exceptions.ServerException --> SharedLibraryCore.Exceptions.NetworkException

Details

Inheritance

Constructors

NetworkException [1/2]

Source code

public NetworkException(string msg)
Arguments
Type Name Description
string msg

NetworkException [2/2]

Source code

public NetworkException(string msg, Socket s)
Arguments
Type Name Description
string msg
Socket s

Generated with ModularDoc