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

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

Details

Inheritance

Constructors

DvarException

Source code

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

Generated with ModularDoc