Legacy Documentation: Version 5.6 (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

message The error that caused the build to fail.
innerException The exception that caused the build to fail.

Description

Constructs a BuildFailedException object.