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
显示文件 Open project: ericstj/Microsoft.Packaging.Tools.Trimming

Public Methods

Method Description
BuildErrorException ( ) : System
BuildErrorException ( string message ) : System
BuildErrorException ( string message, Exception innerException ) : System

Method Details

BuildErrorException() public method

public BuildErrorException ( ) : System
return System

BuildErrorException() public method

public BuildErrorException ( string message ) : System
message string
return System

BuildErrorException() public method

public BuildErrorException ( string message, Exception innerException ) : System
message string
innerException Exception
return System