Defines the abstract base-class for request fault exceptions.
The following tables list the members exposed by the RequestFaultException type.
Protected Constructors
Name | Description | |
---|---|---|
RequestFaultException | RequestFaultException constructor. |
Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
Action | (Inherited from FaultException) | |
Code | (Inherited from FaultException) | |
Data | (Inherited from Exception) | |
HelpLink | (Inherited from Exception) | |
InnerException | (Inherited from Exception) | |
Message | (Inherited from FaultException) | |
Reason | (Inherited from FaultException) | |
Source | (Inherited from Exception) | |
StackTrace | (Inherited from Exception) | |
TargetSite | (Inherited from Exception) |
Protected Properties
Name | Description | |
---|---|---|
HResult | (Inherited from Exception) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
CreateFault | Overloaded. (Inherited from FaultException) | |
CreateMessageFault | (Inherited from FaultException) | |
Equals | Overloaded. (Inherited from Object) | |
GetBaseException | (Inherited from Exception) | |
GetHashCode | (Inherited from Object) | |
GetObjectData | Overridden. Implementation of the System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) method that is called when the object is serialized into a stream. | |
GetType | (Inherited from Exception) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Exception) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.