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