Table of Contents

Class ProtocolException

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class ProtocolException : Exception, ISerializable
Inheritance
ProtocolException
Implements
Inherited Members
Extension Methods

Constructors

ProtocolException(string)

public ProtocolException(string message)

Parameters

message string

ProtocolException(string, Exception)

public ProtocolException(string message, Exception innerException)

Parameters

message string
innerException Exception