BuildFailedException Class

Definition

A BuildFailedException should be thrown to indicate that the build cannot continue. This will stop the build process.

[System.Serializable]
public sealed class BuildFailedException : Exception
[<System.Serializable>]
type BuildFailedException = class
    inherit Exception
Public NotInheritable Class BuildFailedException
Inherits Exception
Inheritance
BuildFailedException
Attributes

Constructors

BuildFailedException(String)

Constructs a BuildFailedException with a string exception message

BuildFailedException(String, Exception)

Constructs a BuildFailedException with a string exception message and an inner Exception providing more information about the failure

Applies to