InvalidDomainModelException Class

Represents an exception that is thrown when an error is encountered with the metadata assigned to a domain model.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class InvalidDomainModelException _
    Inherits ModelingException
'Usage
Dim instance As InvalidDomainModelException
[SerializableAttribute]
public sealed class InvalidDomainModelException : ModelingException
[SerializableAttribute]
public ref class InvalidDomainModelException sealed : public ModelingException
public final class InvalidDomainModelException extends ModelingException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Modeling.ModelingException
      Microsoft.VisualStudio.Modeling.InvalidDomainModelException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InvalidDomainModelException Members

Microsoft.VisualStudio.Modeling Namespace