BuildIncrementalFailure 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.
Represent a failure caused by an incremental build
public ref class BuildIncrementalFailure : Exception
[System.Serializable]
public class BuildIncrementalFailure : Exception
[<System.Serializable>]
type BuildIncrementalFailure = class
inherit Exception
Public Class BuildIncrementalFailure
Inherits Exception
- Inheritance
-
BuildIncrementalFailure
- Attributes
Constructors
BuildIncrementalFailure(String, Exception) |
Initializes a new instance of the BuildIncrementalFailure class. |