FaultContractInfo(String, Type) Конструктор

Определение

Инициализирует новый экземпляр класса FaultContractInfo, использующий указанное действие и тип сведений.

public:
 FaultContractInfo(System::String ^ action, Type ^ detail);
public FaultContractInfo (string action, Type detail);
new System.ServiceModel.Dispatcher.FaultContractInfo : string * Type -> System.ServiceModel.Dispatcher.FaultContractInfo
Public Sub New (action As String, detail As Type)

Параметры

action
String

Действие ошибки SOAP.

detail
Type

Тип сведений, сериализуемый в виде сведений о сбое SOAP.

Комментарии

Создает новые сведения FaultContractInfo из параметров action и detail.

Применяется к