ProvideFault Method

Summary

Creates a custom FaultException that is returned from an exception in the course of a service method.

Syntax
C#
VB
C++
public void ProvideFault( 
   Exception error, 
   MessageVersion version, 
   ref Message fault 
) 
  
Public Sub ProvideFault( _ 
   ByVal error As Exception, _ 
   ByVal version As MessageVersion, _ 
   ByRef fault As Message _ 
)  
public: 
void ProvideFault(  
   Exception^ error, 
   MessageVersion^ version, 
   Message^% fault 
)  

Parameters

error
The System.Exception object thrown in the course of the service operation.

version
The SOAP version of the message.

fault
The System.ServiceModel.Channels.Message object that is returned to the client, or service, in the duplex case.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly