Table of Contents

Class InvalidCacheProtocolException

Namespace
NuGet.Protocol
Assembly
NuGet.Protocol.dll
public abstract class InvalidCacheProtocolException : FatalProtocolException, ISerializable
Inheritance
InvalidCacheProtocolException
Implements
Derived
Inherited Members
Extension Methods

Constructors

InvalidCacheProtocolException(SerializationInfo, StreamingContext)

protected InvalidCacheProtocolException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvalidCacheProtocolException(string)

public InvalidCacheProtocolException(string message)

Parameters

message string

InvalidCacheProtocolException(string, Exception)

public InvalidCacheProtocolException(string message, Exception innerException)

Parameters

message string
innerException Exception