Skip to content

sharedlibrarycoreexceptions DatabaseException

RaidMax edited this page May 21, 2023 · 1 revision

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
Loading

Details

Inheritance

  • Exception

Constructors

DatabaseException

Source code

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

Generated with ModularDoc

Clone this wiki locally