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

PluginException Public class

Diagram

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

Members

Properties

Public properties

Type Name Methods
string PluginFile get, set

Details

Inheritance

  • Exception

Constructors

PluginException

Source code

public PluginException(string message)
Arguments
Type Name Description
string message

Properties

PluginFile

public string PluginFile { get; set; }

Generated with ModularDoc