Class PluginNotConfiguredException
Thrown when attempting to run the game without having first set up the plugin
Inheritance
PluginNotConfiguredException
Assembly: PlayUR.dll
public class PluginNotConfiguredException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
Declaration
public PluginNotConfiguredException(string specificMessage)
Parameters
Type |
Name |
Description |
string |
specificMessage |
|
Properties
|
Improve this Doc
View Source
Declaration
public override string Message { get; }
Property Value
Overrides
Implements