BuildFailedException Constructor

Declaration

public BuildFailedException(string message);

Declaration

public BuildFailedException(Exception innerException);

Parameters

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

Description

Constructs a BuildFailedException object.


Did you find this page useful? Please give it a rating: