TooManyInstancesReturnedException Members
Include Protected Members
Include Inherited Members
This class and its members are reserved for internal use and are not intended to be used in your code.
The TooManyInstancesReturnedException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TooManyInstancesReturnedException() | This member is reserved for internal use and is not intended to be used directly from your code. | |
TooManyInstancesReturnedException(String) | This member is reserved for internal use and is not intended to be used directly from your code. | |
TooManyInstancesReturnedException(SerializationInfo, StreamingContext) | This member is reserved for internal use and is not intended to be used directly from your code. | |
TooManyInstancesReturnedException(String, Exception) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ExceptionHelper | Gets the exception helper that assists with localization. (Inherited from BdcException.) | |
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. (Inherited from BdcException.) | |
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. (Inherited from BdcException.) | |
Message | Gets the exception message. (Inherited from BdcException.) | |
ServerStackTrace | Gets a server stack trace. (Inherited from BdcException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
State | Gets the state of the Business Data Connectivity (BDC) service exception. (Inherited from BdcException.) | |
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. (Inherited from BdcException.) |
|
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Returns the exception object data. (Inherited from BdcException.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from BdcException.) |
Top