InvalidDomainModelException 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.
The exception that is thrown when there was an error encountered during reflection of a domain model from assembly meta-data.
public ref class InvalidDomainModelException sealed : Microsoft::VisualStudio::Modeling::ModelingException
[System.Serializable]
public sealed class InvalidDomainModelException : Microsoft.VisualStudio.Modeling.ModelingException
[<System.Serializable>]
type InvalidDomainModelException = class
inherit ModelingException
Public NotInheritable Class InvalidDomainModelException
Inherits ModelingException
- Inheritance
- Attributes
Constructors
InvalidDomainModelException() |
Initializes a new instance of the InvalidDomainModelException class. |
InvalidDomainModelException(String) |
Initializes a new instance of the InvalidDomainModelException class with a specified error message. |
InvalidDomainModelException(String, Exception) |
Initializes a new instance of the InvalidDomainModelException class with a specified error message and a reference to the inner exception that is the cause of this exception. |