Contains a collection of
instances returned by the server. Each instance in the collection corresponds to an exception that was chained and returned by the server. Chained exceptions are placed in an
object and stored in an
object.
The following tables list the members exposed by ErrorStack.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
ErrorStack | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
![]() ![]() |
ErrorStack | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified |
![]() |
GetErrorRecords | Returns all instances stored in this error stack. |
![]() |
GetExceptionCode | Gets the object for the current exception. |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetMessage | Gets the localized error text of the first ErrorRecord object in this error stack. |
![]() |
GetObjectData | This method is exposed to satisfy the interface. |
![]() |
GetType | Gets the |
![]() |
ToString | Overridden. Returns a representation of all records in this error stack. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ErrorStack | Overloaded. |