FaultDescription.DetailType Propiedad

Definición

Tipo del detalle del error soap.

public:
 property Type ^ DetailType { Type ^ get(); void set(Type ^ value); };
public Type DetailType { get; set; }
member this.DetailType : Type with get, set
Public Property DetailType As Type

Valor de propiedad

Tipo del objeto de detalle serializable.

Comentarios

El tipo de detalle debe ser serializable. Para obtener más información, consulte System.ServiceModel.FaultContractAttribute.

Se aplica a