Table of Contents

Class RetriableProtocolException

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

Constructors

RetriableProtocolException(SerializationInfo, StreamingContext)

protected RetriableProtocolException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

RetriableProtocolException(string)

public RetriableProtocolException(string message)

Parameters

message string

RetriableProtocolException(string, Exception)

public RetriableProtocolException(string message, Exception innerException)

Parameters

message string
innerException Exception