DomainDataNotFoundException Class

This exception is thrown by the DomainDataDirectory class when a domain element that has a specific identity is not found in the directory.

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

Syntax

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

Inheritance Hierarchy

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

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

DomainDataNotFoundException Members

Microsoft.VisualStudio.Modeling Namespace