LoadUserProfileException 建構函式 (String, Exception)

命名空間:  Microsoft.VisualStudio.Enterprise.WebInstrument
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

LoadUserProfileException 類別

LoadUserProfileException 多載

Microsoft.VisualStudio.Enterprise.WebInstrument 命名空間