MetadataExceptionState.ReconstructException property
Gets the metadata exception used in reconstructing the exception.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ReconstructException As MetadataException
Get
'Usage
Dim instance As MetadataExceptionState
Dim value As MetadataException
value = instance.ReconstructException
public virtual MetadataException ReconstructException { get; }
Property value
Type: Microsoft.SharePoint.BusinessData.Administration.MetadataException
The metadata exception.