PersonalSiteCreateConfigurationException Constructor (String, PersonalSiteCreateConfigurationException.ErrorType)
Initializes a new instance of the PersonalSiteCreateConfigurationException class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String, _
errorType As PersonalSiteCreateConfigurationException.ErrorType _
)
'Usage
Dim msg As String
Dim errorType As PersonalSiteCreateConfigurationException.ErrorType
Dim instance As New PersonalSiteCreateConfigurationException(msg, errorType)
public PersonalSiteCreateConfigurationException(
string msg,
PersonalSiteCreateConfigurationException.ErrorType errorType
)
Parameters
- msg
Type: System.String
An error message that explains the reason for the exception, or an empty string.
- errorType
Type: Microsoft.Office.Server.UserProfiles.PersonalSiteCreateConfigurationException.ErrorType
Type of failure that occurs.
See Also
Reference
PersonalSiteCreateConfigurationException Class
PersonalSiteCreateConfigurationException Members