C# Class NuGet.Configuration.NuGetConfigurationException

Inheritance: Exception
Exibir arquivo Open project: NuGet/NuGet.Client

Public Methods

Method Description
NuGetConfigurationException ( string message ) : System
NuGetConfigurationException ( string message, Exception innerException ) : System

Protected Methods

Method Description
NuGetConfigurationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NuGetConfigurationException() protected method

protected NuGetConfigurationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NuGetConfigurationException() public method

public NuGetConfigurationException ( string message ) : System
message string
return System

NuGetConfigurationException() public method

public NuGetConfigurationException ( string message, Exception innerException ) : System
message string
innerException Exception
return System