BuildFailedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Constructs a BuildFailedException with a string exception message and an inner Exception providing more information about the failure |
BuildFailedException(String) |
Constructs a BuildFailedException with a string exception message |