Share via


PropertyInvalidFormatException Constructor (String)

Initializes a new instance of the PropertyInvalidFormatException 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 _
)
'Usage
Dim msg As String

Dim instance As New PropertyInvalidFormatException(msg)
public PropertyInvalidFormatException(
    string msg
)

Parameters

  • msg
    Type: System.String

    An error message that explains the reason for the exception, or an empty string.

See Also

Reference

PropertyInvalidFormatException Class

PropertyInvalidFormatException Members

PropertyInvalidFormatException Overload

Microsoft.Office.Server.UserProfiles Namespace