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.