1 sharedlibrarycoreexceptions NetworkException
RaidMax edited this page 2023-05-20 22:09:21 -05:00

NetworkException Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Exceptions
  SharedLibraryCore.Exceptions.NetworkException[[NetworkException]]
  SharedLibraryCore.Exceptions.ServerException[[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