CircularDependencyException 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 a BuildRequest has caused a circular project dependency. This is used to terminate the request builder which initiated the failure path.
public ref class CircularDependencyException : Exception
public ref class CircularDependencyException : Microsoft::Build::Framework::BuildException::BuildExceptionBase
[System.Serializable]
public class CircularDependencyException : Exception
[System.Serializable]
public class CircularDependencyException : Microsoft.Build.Framework.BuildException.BuildExceptionBase
[<System.Serializable>]
type CircularDependencyException = class
inherit Exception
[<System.Serializable>]
type CircularDependencyException = class
inherit BuildExceptionBase
Public Class CircularDependencyException
Inherits Exception
Public Class CircularDependencyException
Inherits BuildExceptionBase
- Inheritance
-
CircularDependencyException
- Inheritance
- Attributes
If you add fields to this class, add a custom serialization constructor and override GetObjectData().
Circular |
Obsolete.
Constructor for deserialization. |
Stack |
(Inherited from BuildExceptionBase) |
Flush |
Override this method to provide subtype-specific state to be serialized. (Inherited from BuildExceptionBase) |
Initialize |
Override this method to recover subtype-specific state from the remote exception. (Inherited from BuildExceptionBase) |
To |
(Inherited from BuildExceptionBase) |