sharedlibrarycoreexceptions CommandException - RaidMax/IW4M-Admin GitHub Wiki

CommandException Public class

Diagram

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

Details

Inheritance

Constructors

CommandException

Source code

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

Generated with ModularDoc