Share via


DomainDataNotFoundException Class

Definition

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

Applies to