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

DatabaseException Public class

Diagram

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

Details

Inheritance

  • Exception

Constructors

DatabaseException

Source code

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

Generated with ModularDoc