Bewerken

FaultDescription Class

Definition

Represents a SOAP fault.

public ref class FaultDescription
public class FaultDescription
type FaultDescription = class
Public Class FaultDescription
Inheritance
FaultDescription

Remarks

The FaultDescription class represents a SOAP fault in a service contract and is used to create a runtime when a Windows Communication Foundation (WCF) service or client application is started.

Constructors

Name Description
FaultDescription(String)

Initializes a new instance of the FaultDescription class using the specified action value.

Properties

Name Description
Action

The value of the action in the SOAP fault message.

DetailType

The type of the SOAP fault detail.

Name

Gets or sets the name of the SOAP fault.

Namespace

Gets or sets the namespace of the SOAP fault.

Methods

Name Description
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to