DomainDataNotFoundException Class
Visual Studio 2015
This exception is thrown by the DomainDataDirectory class when a domain element that has a specific identity is not found in the directory.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System::Object
System::Exception
Microsoft.VisualStudio.Modeling::ModelingException
Microsoft.VisualStudio.Modeling::DomainDataNotFoundException
System::Exception
Microsoft.VisualStudio.Modeling::ModelingException
Microsoft.VisualStudio.Modeling::DomainDataNotFoundException
| Name | Description | |
|---|---|---|
![]() | DomainDataNotFoundException() | Initializes a new instance of the DomainDataNotFoundException class. |
![]() | DomainDataNotFoundException(String^) | Initializes a new instance of the DomainDataNotFoundException class. |
![]() | DomainDataNotFoundException(String^, Exception^) | Initializes a new instance of the DomainDataNotFoundException class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

