Show / Hide Table of Contents

Class PluginNotConfiguredException

Thrown when attempting to run the game without having first set up the plugin

Inheritance
object
Exception
PluginNotConfiguredException
Implements
ISerializable
Namespace: PlayUR.Exceptions
Assembly: PlayUR.dll
Syntax
public class PluginNotConfiguredException : Exception, ISerializable

Constructors

| Improve this Doc View Source

PluginNotConfiguredException(string)

Declaration
public PluginNotConfiguredException(string specificMessage)
Parameters
Type Name Description
string specificMessage

Properties

| Improve this Doc View Source

Message

Declaration
public override string Message { get; }
Property Value
Type Description
string
Overrides
Exception.Message

Implements

ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX