Skip to content

sharedlibrarycoreexceptions SerializeException

RaidMax edited this page May 21, 2023 · 1 revision

SerializeException Public class

Diagram

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

Details

Inheritance

  • Exception

Constructors

SerializeException

Source code

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

Generated with ModularDoc

Clone this wiki locally