DomainDataNotFoundException Constructor (String)

Initializes a new instance of the DomainDataNotFoundException class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public DomainDataNotFoundException(
    string message
)
public:
DomainDataNotFoundException(
    String^ message
)
new : 
        message:string -> DomainDataNotFoundException
public function DomainDataNotFoundException(
    message : String
)

Parameters

  • message
    Type: String

    The error message that explains the reason for the exception.

.NET Framework Security

See Also

Reference

DomainDataNotFoundException Class

DomainDataNotFoundException Overload

Microsoft.VisualStudio.Modeling Namespace