Skip to content

sharedlibrarycoreexceptions ServerException

RaidMax edited this page May 21, 2023 · 1 revision

ServerException Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Exceptions
  SharedLibraryCore.Exceptions.ServerException[[ServerException]]
  end
  subgraph System
System.Exception[[Exception]]
  end
System.Exception --> SharedLibraryCore.Exceptions.ServerException
Loading

Details

Inheritance

  • Exception

Constructors

ServerException

Source code

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

Generated with ModularDoc

Clone this wiki locally