SoapFault.Detail Property

Definition

Gets or sets additional information required for the SoapFault.

public:
 property System::Object ^ Detail { System::Object ^ get(); void set(System::Object ^ value); };
public object Detail { get; set; }
member this.Detail : obj with get, set
Public Property Detail As Object

Property Value

Additional information required for the SoapFault.

Remarks

The detail element carries application specific error information related to the Body element of a SOAP message.

Applies to