LoadUserProfileException Constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    appPoolName As String, _
    inner As Exception _
)
public LoadUserProfileException(
    string appPoolName,
    Exception inner
)
public:
LoadUserProfileException(
    String^ appPoolName, 
    Exception^ inner
)
new : 
        appPoolName:string * 
        inner:Exception -> LoadUserProfileException
public function LoadUserProfileException(
    appPoolName : String, 
    inner : Exception
)

Parameters

  • appPoolName
    Type: String
  • inner
    Type: Exception

.NET Framework Security

See Also

Reference

LoadUserProfileException Class

LoadUserProfileException Overload

Microsoft.VisualStudio.Enterprise.WebInstrument Namespace