Skip to content

sharedlibrarycoreexceptions DvarException

RaidMax edited this page May 21, 2023 · 1 revision

DvarException Public class

Diagram

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

Details

Inheritance

Constructors

DvarException

Source code

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

Generated with ModularDoc

Clone this wiki locally