Share via


MissingMetadataPropertyException Constructor (String, Exception)

Initializes a new instance of the class with a message and the inner exception.

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

Syntax

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

Dim instance As New MissingMetadataPropertyException(message, _
    inner)
public MissingMetadataPropertyException(
    string message,
    Exception inner
)

Parameters

See Also

Reference

MissingMetadataPropertyException Class

MissingMetadataPropertyException Members

MissingMetadataPropertyException Overload

Microsoft.BusinessData.MetadataModel Namespace