Freigeben über


JsonFaultDetail.ExceptionDetail Eigenschaft

Definition

Ruft das ExceptionDetail-Objekt ab, das einen im Dienstvertrag angegebenen SOAP-Fehler darstellt, bzw. legt es fest.

public:
 property System::ServiceModel::ExceptionDetail ^ ExceptionDetail { System::ServiceModel::ExceptionDetail ^ get(); void set(System::ServiceModel::ExceptionDetail ^ value); };
[System.Runtime.Serialization.DataMember(Name="ExceptionDetail")]
public System.ServiceModel.ExceptionDetail ExceptionDetail { get; set; }
[<System.Runtime.Serialization.DataMember(Name="ExceptionDetail")>]
member this.ExceptionDetail : System.ServiceModel.ExceptionDetail with get, set
Public Property ExceptionDetail As ExceptionDetail

Eigenschaftswert

ExceptionDetail

Der im Dienstvertrag angegebene SOAP-Fehler.

Attribute

Gilt für