UserProfileApplicationNotAvailableException constructor (String, Exception)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String, _
e As Exception _
)
'Usage
Dim msg As String
Dim e As Exception
Dim instance As New UserProfileApplicationNotAvailableException(msg, e)
public UserProfileApplicationNotAvailableException(
string msg,
Exception e
)
Parameters
- msg
Type: System.String
- e
Type: System.Exception
See also
Reference
UserProfileApplicationNotAvailableException class
UserProfileApplicationNotAvailableException members