PersonalSiteCreateConfigurationException Constructor (String, Exception, PersonalSiteCreateConfigurationException.ErrorType)
Initializes a new instance of the PersonalSiteCreateConfigurationException class.
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, _
errorType As PersonalSiteCreateConfigurationException.ErrorType _
)
'Usage
Dim msg As String
Dim e As Exception
Dim errorType As PersonalSiteCreateConfigurationException.ErrorType
Dim instance As New PersonalSiteCreateConfigurationException(msg, e, errorType)
public PersonalSiteCreateConfigurationException(
string msg,
Exception e,
PersonalSiteCreateConfigurationException.ErrorType errorType
)
Parameters
msg
Type: System.StringAn error message that explains the reason for the exception, or an empty string.
e
Type: System.ExceptionInner exception that is the cause of this exception.
errorType
Type: Microsoft.Office.Server.UserProfiles.PersonalSiteCreateConfigurationException.ErrorTypeType of failure that occurs.
See Also
Reference
PersonalSiteCreateConfigurationException Class
PersonalSiteCreateConfigurationException Members