C# Class AspNetDeploy.BuildServices.DotnetCore.DotnetCoreBuildServiceException

Inheritance: AspNetDeployException
Afficher le fichier Open project: adoconnection/AspNetDeploy

Méthodes publiques

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

Méthodes protégées

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

Method Details

DotnetCoreBuildServiceException() public méthode

public DotnetCoreBuildServiceException ( ) : System
Résultat System

DotnetCoreBuildServiceException() protected méthode

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

DotnetCoreBuildServiceException() public méthode

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

DotnetCoreBuildServiceException() public méthode

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