Share via


BdcExceptionState.ReconstructException Property

Reconstructs the exception to be used by the client.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ReconstructException As BdcException
    Get
'Usage
Dim instance As BdcExceptionState
Dim value As BdcException

value = instance.ReconstructException
public virtual BdcException ReconstructException { get; }

Property Value

Type: Microsoft.BusinessData.Infrastructure.BdcException
The exception to be used by the client.

See Also

Reference

BdcExceptionState Class

BdcExceptionState Members

Microsoft.BusinessData.Infrastructure Namespace