IISResetterException Constructor (String, Exception)

 

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

Syntax

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

Parameters

See Also

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

Return to top