Share via


AdapterNotRegisteredException Constructor (String)

Constructor

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

Syntax

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

Parameters

  • message
    Type: String

    Exception message.

.NET Framework Security

See Also

Reference

AdapterNotRegisteredException Class

AdapterNotRegisteredException Overload

Microsoft.VisualStudio.Modeling.Integration Namespace