WsFaultType Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the types of faults recognized by the DPWS system.
Namespace: Ws.Services.Faults
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Enumeration WsFaultType
public enum WsFaultType
public enum class WsFaultType
type WsFaultType
public enum WsFaultType
Members
Member name | Description | |
---|---|---|
Exception | An exception occurred. | |
ArgumentException | One or more of the arguments were incorrect. | |
ArgumentNullException | One or more of the arguments were nullNothingnullptrunita null reference (Nothing in Visual Basic). | |
InvalidOperationException | An invalid operation was specified. | |
XmlException | An XML exception occurred. | |
WsaInvalidMessageInformationHeader | The message header is invalid. | |
WsaMessageInformationHeaderRequired | The message does not contain an information header. | |
WsaDestinationUnreachable | The specified destination is unreachable. | |
WsaActionNotSupported | The specified type of action is not supported by the DPWS system. | |
WsaEndpointUnavailable | The specified endpoint is not available. | |
WseDeliverModeRequestedUnavailable | The delivery mode that was specified is not available. | |
WseInvalidExpirationTime | The specified expiration time is not valid. | |
WseUnsupportedExpirationType | The specified expiration type is not supported. | |
WseFilteringNotSupported | The specified filter is not supported. | |
WseFilteringRequestedUnavailable | The specified type of filtering is not available. | |
WseEventSourceUnableToProcess | The event source is unable to process the event. | |
WseUnableToRenew | Unable to renew the lease. | |
WseInvalidMessage | The content of the message is not valid. |