PresentationAlreadyCreatedException 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 PresentationAlreadyCreatedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
PresentationAlreadyCreatedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> PresentationAlreadyCreatedException
protected function PresentationAlreadyCreatedException(
    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

PresentationAlreadyCreatedException Class

PresentationAlreadyCreatedException Overload

Microsoft.VisualStudio.Modeling.Integration Namespace