MetadataException Constructor (String, Exception, Type)
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception, _
metadataObjectType As Type _
)
'Usage
Dim message As String
Dim inner As Exception
Dim metadataObjectType As Type
Dim instance As New MetadataException(message, _
inner, metadataObjectType)
public MetadataException(
string message,
Exception inner,
Type metadataObjectType
)
Parameters
- message
Type: System.String
- inner
Type: System.Exception
- metadataObjectType
Type: System.Type
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace