Méthode | Description | |
---|---|---|
HandleError ( |
Enables error-related processing and returns a value that indicates whether the dispatcher aborts the session and the instance context in certain cases.
|
|
ProvideFault ( |
Enables the creation of a custom FaultException that is returned from an exception in the course of a service method.
|
public HandleError ( |
||
error | The exception thrown during processing. | |
Résultat | bool |
public ProvideFault ( |
||
error | The |
|
version | System.ServiceModel.Channels.MessageVersion | The SOAP version of the message. |
fault | Message | The |
Résultat | void |