C# Class nanoFramework.Tools.VisualStudio.Extension.DeploymentException

Inheritance: Exception
Afficher le fichier Open project: nanoframework/nf-Visual-Studio-extension

Méthodes publiques

Méthode Description
DeploymentException ( ) : System
DeploymentException ( string message ) : System
DeploymentException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

DeploymentException() public méthode

public DeploymentException ( ) : System
Résultat System

DeploymentException() protected méthode

protected DeploymentException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

DeploymentException() public méthode

public DeploymentException ( string message ) : System
message string
Résultat System

DeploymentException() public méthode

public DeploymentException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System