Share via


IISLegacyVersionException Constructor (String, Exception)

 

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

Syntax

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

Parameters

See Also

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

Return to top