WsWseFaultType Enumeration

Enumeration used to represent WS-Eventing types.

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

Syntax

public enum WsWseFaultType

Members

  Member name Description
DeliverModeRequestedUnavailable Fault sent when a Subscribe request specifies an unsupported delivery mode for an event source.
EventSourceUnableToProcess Fault sent when an event source is unable to process a subscribe request for local reasons.
FilteringNotSupported Fault sent when a Subscribe request contains a filter and the event source does not support filtering.
FilteringRequestedUnavailable Fault sent when a Subscribe request contains an unsupported filter dialect.
InvalidExpirationTime Fault sent when a Subscribe request contains an expiration value of 0.
InvalidMessage Fault sent when an event subscription request has an invalid or unsupported message format.
UnableToRenew Fault sent when an event source is unable to renew an event subscription.
UnsupportedExpirationType Fault when a Subscribe request contains an unsupported expiration type.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

Ws.Services.Faults Namespace