BdcException Class
An exception that is thrown when a problem occurs in Business Data Connectivity (BDC) service.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.BusinessData.Infrastructure.BdcException
Microsoft.BusinessData.Infrastructure.AccessDeniedException
Microsoft.BusinessData.MetadataModel.MetadataException
Microsoft.BusinessData.Runtime.RuntimeException
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class BdcException _
Inherits Exception
'Usage
Dim instance As BdcException
[SerializableAttribute]
public class BdcException : Exception
Remarks
This exception represents the base class for all Business Data Connectivity (BDC) service exceptions.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.