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 thrown when layout constraints cannot be solved.
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
| Name | Description |
|---|---|
| UnsolvableConstraintsException() |
Creates a new UnsolvableConstraintsException. |
| UnsolvableConstraintsException(SerializationInfo, StreamingContext) | |
| UnsolvableConstraintsException(String, Exception) |
Creates a new UnsolvableConstraintsException with a message and inner exception. |
| UnsolvableConstraintsException(String) |
Creates a new UnsolvableConstraintsException with a message. |