Version: 2017.1

BuildFailedExceptionConstructor

Cambiar al Manual
public BuildFailedException (string message);
public BuildFailedException (Exception innerException);

Parámetros

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

Descripción

Constructs a BuildFailedException object.