Share via


WebInstrumenterException Constructor (String, Exception)

 

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

Syntax

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

Parameters

See Also

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

Return to top