Class PlugInException
- Namespace
- Acuit.Pinpoint.Modularity
- Assembly
- Acuit.Pinpoint.Modularity.Abstractions.dll
This exception is thrown when there is a problem loading or initializing an Acuit Pinpoint plug-in.
public class PlugInException : Exception, ISerializable
- Inheritance
-
PlugInException
- Implements
- Inherited Members
Constructors
PlugInException()
Initializes a new instance of the PlugInException class.
public PlugInException()
PlugInException(string?)
Initializes a new instance of the PlugInException class with a specified error message.
public PlugInException(string? message)
Parameters
messagestringThe message that describes the error.
PlugInException(string?, Exception?)
Initializes a new instance of the PlugInException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public PlugInException(string? message, Exception? inner)