WsFaultException Constructor (WsWsaHeader, WsFaultType)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the WsFaultException class with the specified header and fault type.
Namespace: Ws.Services.Faults
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Sub New ( _
header As WsWsaHeader, _
faultType As WsFaultType _
)
public WsFaultException(
WsWsaHeader header,
WsFaultType faultType
)
public:
WsFaultException(
WsWsaHeader^ header,
WsFaultType faultType
)
new :
header:WsWsaHeader *
faultType:WsFaultType -> WsFaultException
public function WsFaultException(
header : WsWsaHeader,
faultType : WsFaultType
)
Parameters
- header
Type: Ws.Services.WsaAddressing. . :: . .WsWsaHeader
The exception's header information.
- faultType
Type: Ws.Services.Faults. . :: . .WsFaultType
The type of Web Services fault that occurred.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.