PropertyInUseException Constructor (String, String)
Initializes a new instance of the PropertyInUseException 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, _
ExtraInfo As String _
)
'Usage
Dim msg As String
Dim ExtraInfo As String
Dim instance As New PropertyInUseException(msg, ExtraInfo)
public PropertyInUseException(
string msg,
string ExtraInfo
)
Parameters
msg
Type: System.StringAn error message that explains the reason for the exception, or an empty string.
ExtraInfo
Type: System.StringAdditional information that explains the PropertyInUseException exception.
See Also
Reference
PropertyInUseException Members