AdapterAlreadyRegisteredException 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 AdapterAlreadyRegisteredException(
    string message
)
public:
AdapterAlreadyRegisteredException(
    String^ message
)
new : 
        message:string -> AdapterAlreadyRegisteredException
public function AdapterAlreadyRegisteredException(
    message : String
)

Parameters

  • message
    Type: String

    Exception message.

.NET Framework Security

See Also

Reference

AdapterAlreadyRegisteredException Class

AdapterAlreadyRegisteredException Overload

Microsoft.VisualStudio.Modeling.Integration Namespace