C# Class Microsoft.Build.Exceptions.RegistryException

Inheritance: Exception
Afficher le fichier Open project: enricosada/sln

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
RegistryException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

RegistryException() public méthode

Basic constructor.
public RegistryException ( ) : System
Résultat System

RegistryException() protected méthode

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

RegistryException() public méthode

Basic constructor.
public RegistryException ( string message ) : System
message string
Résultat System

RegistryException() public méthode

Basic constructor.
public RegistryException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System

RegistryException() public méthode

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
Résultat System

RegistryException() public méthode

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
Résultat System