BuildFailedExceptionConstructor

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

Parámetros

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

Descripción

Constructs a BuildFailedException object.