C# Class Microsoft.NET.Build.Tasks.BuildErrorException

Represents an error that is neither avoidable in all cases nor indicative of a bug in this library. It will be logged as a plain build error without the exception type or stack.
Inheritance: Exception
Afficher le fichier Open project: ericstj/Microsoft.Packaging.Tools.Trimming

Méthodes publiques

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

Method Details

BuildErrorException() public méthode

public BuildErrorException ( ) : System
Résultat System

BuildErrorException() public méthode

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

BuildErrorException() public méthode

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