WsFault.RaiseFault Method (WsWsaHeader, WsWseFaultType, String)

Builds a web service eventing fault message.

Namespace: Ws.Services.Faults
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public byte [] RaiseFault (
         WsWsaHeaderheader,
         WsWseFaultTypefaultType,
         stringfaultDetails
)

Parameters

  • header
    Header object containing SOAP header response properties.
  • faultType
    Fault type enumeration.
  • faultDetails
    String containing fault message details.

Return Value

Byte array containing a complete fault response message.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsFault Class
WsFault Members
Ws.Services.Faults Namespace