UnsolvableConstraintsException 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.
Exception indicating that the Constraints specified cannot be simultaneously satisfied.
public ref class UnsolvableConstraintsException : Exception
[System.Serializable]
public class UnsolvableConstraintsException : Exception
[<System.Serializable>]
type UnsolvableConstraintsException = class
inherit Exception
Public Class UnsolvableConstraintsException
Inherits Exception
- Inheritance
-
UnsolvableConstraintsException
- Attributes
Constructors
UnsolvableConstraintsException() | |
UnsolvableConstraintsException(SerializationInfo, StreamingContext) | |
UnsolvableConstraintsException(String, Exception) | |
UnsolvableConstraintsException(String) |
Creates a new UnsolvableConstraintsException object with the |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.