InvalidApplicationPoolException Constructor (String, Exception)

 

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

Syntax

public InvalidApplicationPoolException(
    string appPoolName,
    Exception inner
)
public:
InvalidApplicationPoolException(
    String^ appPoolName,
    Exception^ inner
)
new : 
        appPoolName:string *
        inner:Exception -> InvalidApplicationPoolException
Public Sub New (
    appPoolName As String,
    inner As Exception
)

Parameters

See Also

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

Return to top