sharedlibrarycoreexceptions ServerException - RaidMax/IW4M-Admin GitHub Wiki

ServerException Public class

Diagram

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

Details

Inheritance

  • Exception

Constructors

ServerException

Source code

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

Generated with ModularDoc