WsFaultType Enumeration

Defines the types of faults recognized by the DPWS system.

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

Syntax

public enum WsFaultType

Version Information

Available in .NET Micro Framework version 3.0 and above.

Members

  Member name Description
ArgumentException One or more of the arguments were incorrect.
ArgumentNullException One or more of the arguments were null.
Exception An exception occurred.
InvalidOperationException An invalid operation was specified.
WsaActionNotSupported The specified type of action is not supported by the DPWS system.
WsaDestinationUnreachable The specified destination is unreachable.
WsaEndpointUnavailable The specified endpoint is not available.
WsaInvalidMessageInformationHeader The message header is invalid.
WsaMessageInformationHeaderRequired The message does not contain an information header.
WseDeliverModeRequestedUnavailable The delivery mode that was specified is not available.
WseEventSourceUnableToProcess The event source is unable to process the event.
WseFilteringNotSupported The specified filter is not supported.
WseFilteringRequestedUnavailable The specified type of filtering is not available.
WseInvalidExpirationTime The specified expiration time is not valid.
WseInvalidMessage The content of the message is not valid.
WseUnableToRenew Unable to renew the lease.
WseUnsupportedExpirationType The specified expiration type is not supported.
XmlException An XML exception occurred.

See Also

Reference

Ws.Services.Faults Namespace