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

CommandException Public class

Diagram

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