sharedlibrarycoreexceptions DatabaseException - RaidMax/IW4M-Admin GitHub Wiki
Public class
DatabaseException Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Exceptions
SharedLibraryCore.Exceptions.DatabaseException[DatabaseException](/RaidMax/IW4M-Admin/wiki/DatabaseException)
end
subgraph System
System.Exception[Exception](/RaidMax/IW4M-Admin/wiki/Exception)
end
System.Exception --> SharedLibraryCore.Exceptions.DatabaseException
Details
Inheritance
Exception
Constructors
DatabaseException
public DatabaseException(string msg)
Arguments
Type | Name | Description |
---|---|---|
string |
msg |
Generated with ModularDoc