BdcException Members
Include Protected Members
Include Inherited Members
An exception that is thrown when a problem occurs in Business Data Connectivity (BDC) service.
The BdcException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BdcException() | Constructs a new instance of the class. | |
BdcException(String) | Constructs a new instance of the class with a message string. | |
BdcException(IExceptionHelper) | Constructs a new instance of the class with an exception helper. | |
BdcException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
BdcException(String, IExceptionHelper) | Constructs a new instance of the class by using a message and an exception helper. | |
BdcException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. | |
BdcException(String, Exception, IExceptionHelper) | Constructs a new instance of the class by using a message, the inner exception, and an exception helper. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ExceptionHelper | Gets the exception helper that assists with localization. | |
HasExplicitMessage | Determines whether the exception has an explicit message that identifies the encountered problem instead of the generic message that corresponds to the type of the exception. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
IsRetriable | Determines whether it is safe to retry the operation that caused the exception. | |
Message | Gets the exception message. (Overrides Exception.Message.) | |
ServerStackTrace | Gets a server stack trace. | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
State | Gets the state of the Business Data Connectivity (BDC) service exception. | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FillState | This member is reserved for internal use and is not intended to be used directly from your code. Provides the state of the exception. |
|
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Returns the exception object data. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides Exception.ToString().) |
Top