InvalidDomainModelException Class

Definition

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
InvalidDomainModelException
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.

Applies to