Version: 2018.1

BuildFailedExceptionConstructor

マニュアルに切り替える
public BuildFailedException (string message);
public BuildFailedException (Exception innerException);

パラメーター

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

説明

Constructs a BuildFailedException object.