Click or drag to resize
FaultException Class
Represents a SOAP fault.
Inheritance Hierarchy
SystemObject
  SystemException
    System.ServiceModelFaultException

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
[SerializableAttribute]
public class FaultException : Exception

The FaultException type exposes the following members.

Constructors
  NameDescription
Public methodFaultException
Initializes a new instance of the System.ServiceModel.FaultException class.
Public methodFaultException(String)
Initializes a new instance of the System.ServiceModel.FaultException class with the specified fault reason.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Creates and returns a string representation of the current exception.
(Inherited from Exception.)
Top
Properties
  NameDescription
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets the message for the exception.
(Overrides ExceptionMessage.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Top
Events
  NameDescription
Protected eventSerializeObjectState
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from Exception.)
Top
See Also