Version: 2023.1
言語: 日本語

BuildFailedExceptionConstructor

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

パラメーター

message A string of text describing the error that caused the build to fail.
innerException The exception that caused the build to fail.

説明

Constructs a BuildFailedException object.