Share via


DuplicateMetadataObjectException Constructor (String)

Initializes a new instance of the class with a specified error message.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New DuplicateMetadataObjectException(message)
public DuplicateMetadataObjectException(
    string message
)

Parameters

  • message
    Type: System.String

    The message string that describes the error.

See Also

Reference

DuplicateMetadataObjectException Class

DuplicateMetadataObjectException Members

DuplicateMetadataObjectException Overload

Microsoft.BusinessData.MetadataModel Namespace