Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

BuildFailedException Constructor

public BuildFailedException(string message);
public BuildFailedException(Exception innerException);

Parameters

messageA string of text describing the error that caused the build to fail.
innerExceptionThe exception that caused the build to fail.

Description

Constructs a BuildFailedException object.

Did you find this page useful? Please give it a rating: