BuildAbortedException Class
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.
An exception representing the case where the build was aborted by request, as opposed to being unceremoniously shut down due to another kind of error exception.
public ref class BuildAbortedException : Exception
public ref class BuildAbortedException : Microsoft::Build::Framework::BuildException::BuildExceptionBase
[System.Serializable]
public class BuildAbortedException : Exception
[System.Serializable]
public class BuildAbortedException : Microsoft.Build.Framework.BuildException.BuildExceptionBase
[<System.Serializable>]
type BuildAbortedException = class
inherit Exception
[<System.Serializable>]
type BuildAbortedException = class
inherit BuildExceptionBase
Public Class BuildAbortedException
Inherits Exception
Public Class BuildAbortedException
Inherits BuildExceptionBase
- Inheritance
-
BuildAbortedException
- Inheritance
- Attributes
This is public because it may be returned in the Exceptions collection of a BuildResult. If you add fields to this class, add a custom serialization constructor and override GetObjectData().
Build |
Constructs a standard BuildAbortedException. |
Build |
Obsolete.
Protected constructor used for (de)serialization. If we ever add new members to this class, we'll need to update this. |
Build |
Constructs a BuildAbortedException with an additional message attached and an inner exception. |
Build |
Constructs a BuildAbortedException with an additional message attached. |
Error |
Gets the error code (if any) associated with the exception message. |
Stack |
(Inherited from BuildExceptionBase) |
Flush |
|
Get |
Obsolete.
ISerializable method which we must override since Exception implements this interface If we ever add new members to this class, we'll need to update this. |
Initialize |
|
To |
(Inherited from BuildExceptionBase) |
Ürün | Sürümler |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |