C# Class Microsoft.Build.Exceptions.RegistryException

Inheritance: Exception
Datei anzeigen Open project: enricosada/sln

Public Methods

Method Description
RegistryException ( ) : System

Basic constructor.

RegistryException ( string message ) : System

Basic constructor.

RegistryException ( string message, Exception innerException ) : System

Basic constructor.

RegistryException ( string message, string source ) : System

Constructor that takes a string description of the registry key or value causing the error.

RegistryException ( string message, string source, Exception innerException ) : System

Constructor that takes a string description of the registry key or value causing the error.

Protected Methods

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

Since this class implements Iserializable this constructor is required to be implemented.

Method Details

RegistryException() public method

Basic constructor.
public RegistryException ( ) : System
return System

RegistryException() protected method

Since this class implements Iserializable this constructor is required to be implemented.
protected RegistryException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

RegistryException() public method

Basic constructor.
public RegistryException ( string message ) : System
message string
return System

RegistryException() public method

Basic constructor.
public RegistryException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

RegistryException() public method

Constructor that takes a string description of the registry key or value causing the error.
public RegistryException ( string message, string source ) : System
message string
source string
return System

RegistryException() public method

Constructor that takes a string description of the registry key or value causing the error.
public RegistryException ( string message, string source, Exception innerException ) : System
message string
source string
innerException Exception
return System