PersonalSiteCreateException Constructor (String, Exception)
Initializes a new instance of the PersonalSiteCreateException class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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 PersonalSiteCreateException(msg, e)
public PersonalSiteCreateException(
string msg,
Exception e
)
Parameters
- msg
Type: System.String
An error message that explains the reason for the exception, or an empty string.
- e
Type: System.Exception
Inner exception that is the cause of this exception.
See Also
Reference
PersonalSiteCreateException Class
PersonalSiteCreateException Members