InvalidPluginException Class

Namespace
Xenial.Delicious.Plugins
Interfaces
  • ISerializable
Base Types
  • object
  • Exception
graph BT Type-->Base0["Exception"] Base0-->Base1["object"] Type-.->Interface0["ISerializable"] Type["InvalidPluginException"] class Type type-node

Syntax

[Serializable]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1032:Implement standard exception constructors", Justification = "By design")]
public class InvalidPluginException : Exception, ISerializable

Attributes

Type Description
SerializableAttribute
SuppressMessageAttribute

Constructors

Properties

Name Value Summary
TastyPluginEntryPoint string
TastyPluginType string

Methods