sharedlibrarycoreexceptions PluginException - RaidMax/IW4M-Admin GitHub Wiki
PluginException Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Exceptions
SharedLibraryCore.Exceptions.PluginException[PluginException](/RaidMax/IW4M-Admin/wiki/PluginException)
end
subgraph System
System.Exception[Exception](/RaidMax/IW4M-Admin/wiki/Exception)
end
System.Exception --> SharedLibraryCore.Exceptions.PluginException
Members
Properties
Public properties
Details
Inheritance
Constructors
PluginException
Source code
public PluginException(string message)
Arguments
Type |
Name |
Description |
string |
message |
|
Properties
PluginFile
public string PluginFile { get; set; }
Generated with ModularDoc