ManagementNotPresentException Constructor (SerializationInfo, StreamingContext)

 

Namespace:   Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

protected ManagementNotPresentException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ManagementNotPresentException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> ManagementNotPresentException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

ManagementNotPresentException Overload
ManagementNotPresentException Class
Microsoft.VisualStudio.Enterprise.WebInstrument Namespace

Return to top