WebInstrumenterException Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public WebInstrumenterException(
    string message
)
public:
WebInstrumenterException(
    String^ message
)
new : 
        message:string -> WebInstrumenterException
public function WebInstrumenterException(
    message : String
)

Parameters

  • message
    Type: String

.NET Framework Security

See Also

Reference

WebInstrumenterException Class

WebInstrumenterException Overload

Microsoft.VisualStudio.Enterprise.WebInstrument Namespace