AdapterAlreadyRegisteredException Constructor (SerializationInfo, StreamingContext)

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
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected AdapterAlreadyRegisteredException(
    SerializationInfo info,
    StreamingContext context
)
protected:
AdapterAlreadyRegisteredException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> AdapterAlreadyRegisteredException
protected function AdapterAlreadyRegisteredException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    Type: SerializationInfo

    SerializationInfo of the exception.

  • context
    Type: StreamingContext

    StreamingContext of the serialized exception.

.NET Framework Security

See Also

Reference

AdapterAlreadyRegisteredException Class

AdapterAlreadyRegisteredException Overload

Microsoft.VisualStudio.Modeling.Integration Namespace