BdcSerializedExceptionState Members
Include Protected Members
Include Inherited Members
Represents the Business Data Connectivity (BDC) service run-time exceptions that are thrown, including run-time exceptions for metadata. This state can be serialized and returned as a Web service fault.
The BdcSerializedExceptionState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BdcSerializedExceptionState | Constructs a new instance of the class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetState | Converts a BdcException object to a BdcSerializedExceptionState object that can be transmitted over a Windows Communication Foundation (WCF) connection. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Rethrow | Throws the exception represented by this object. | |
ToString | (Inherited from Object.) |
Top