ManagementNotPresentException Constructor (String)

 

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

Syntax

public ManagementNotPresentException(
    string message
)
public:
ManagementNotPresentException(
    String^ message
)
new : 
        message:string -> ManagementNotPresentException
Public Sub New (
    message As String
)

Parameters

See Also

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

Return to top