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.