DomainDataNotFoundException 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 by the DomainDataDirectory class when domain object with requested identity is not found in the directory.
public ref class DomainDataNotFoundException sealed : Microsoft::VisualStudio::Modeling::ModelingException
[System.Serializable]
public sealed class DomainDataNotFoundException : Microsoft.VisualStudio.Modeling.ModelingException
[<System.Serializable>]
type DomainDataNotFoundException = class
inherit ModelingException
Public NotInheritable Class DomainDataNotFoundException
Inherits ModelingException
- Inheritance
- Attributes
Constructors
DomainDataNotFoundException() |
Initializes a new instance of the DomainDataNotFoundException class. |
DomainDataNotFoundException(String) |
Initializes a new instance of the DomainDataNotFoundException class with a specified error message. |
DomainDataNotFoundException(String, Exception) |
Initializes a new instance of the DomainDataNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception. |