BuildException constructor (1 of 3)

Creates a build exception.

public BuildException()

See Also


BuildException constructor (2 of 3)

Creates a build exception.

public BuildException(string message)

See Also


BuildException constructor (3 of 3)

Creates a build exception.

public BuildException(string message, Exception innerException)

See Also