ManagementNotPresentException Constructor (String, Exception)

 

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

Syntax

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

Parameters

See Also

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

Return to top