Table of Contents

Class NuGetProtocolException

Namespace
NuGet.Protocol.Core.Types
Assembly
NuGet.Protocol.dll
public abstract class NuGetProtocolException : Exception, ISerializable
Inheritance
NuGetProtocolException
Implements
Derived
Inherited Members
Extension Methods

Constructors

NuGetProtocolException(SerializationInfo, StreamingContext)

protected NuGetProtocolException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

NuGetProtocolException(string)

public NuGetProtocolException(string message)

Parameters

message string

NuGetProtocolException(string, Exception)

public NuGetProtocolException(string message, Exception innerException)

Parameters

message string
innerException Exception