Table of Contents

Class FaultedPluginEventArgs

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class FaultedPluginEventArgs : EventArgs
Inheritance
FaultedPluginEventArgs
Inherited Members
Extension Methods

Constructors

FaultedPluginEventArgs(IPlugin, Exception)

public FaultedPluginEventArgs(IPlugin plugin, Exception exception)

Parameters

plugin IPlugin
exception Exception

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

Plugin

public IPlugin Plugin { get; }

Property Value

IPlugin