BuildException class

A build exception.

public class BuildException : Exception

Public Members

name description
BuildException() Creates a build exception.
BuildException(…) Creates a build exception. (2 constructors)

Remarks

Use this exception to show only the exception message in build output without including the full call stack.

See Also