WsFaultException Constructor (WsWsaHeader, WsFaultType, String, String)

[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.

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

Syntax

'Declaration
Public Sub New ( _
    header As WsWsaHeader, _
    faultType As WsFaultType, _
    message As String, _
    detail As String _
)
public WsFaultException(
    WsWsaHeader header,
    WsFaultType faultType,
    string message,
    string detail
)
public:
WsFaultException(
    WsWsaHeader^ header, 
    WsFaultType faultType, 
    String^ message, 
    String^ detail
)
new : 
        header:WsWsaHeader * 
        faultType:WsFaultType * 
        message:string * 
        detail:string -> WsFaultException
public function WsFaultException(
    header : WsWsaHeader, 
    faultType : WsFaultType, 
    message : String, 
    detail : String
)

Parameters

.NET Framework Security

See Also

Reference

WsFaultException Class

WsFaultException Overload

Ws.Services.Faults Namespace