Table of Contents

Class ProtocolErrorEventArgs

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

Constructors

ProtocolErrorEventArgs(Exception)

public ProtocolErrorEventArgs(Exception exception)

Parameters

exception Exception

ProtocolErrorEventArgs(Exception, Message)

public ProtocolErrorEventArgs(Exception exception, Message message)

Parameters

exception Exception
message Message

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

Message

public Message Message { get; }

Property Value

Message