Message Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets an error message describing the fault.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Message As String
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
abstract Message : string
override Message : string
override function get Message () : String

Property Value

Type: System. . :: . .String
The error message.

.NET Framework Security

See Also

Reference

WsFaultException Class

Ws.Services.Faults Namespace