sharedlibrarycoreexceptions DvarException - RaidMax/IW4M-Admin GitHub Wiki

DvarException Public class

Diagram

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

Details

Inheritance

Constructors

DvarException

Source code

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

Generated with ModularDoc