Click or drag to resize

GlobalErrorHandlerProvideFault Method

If you want to communicate the exception details to the service client as proper fault message here is the place to do it If we want to suppress the communication about the exception, set fault to null

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
public void ProvideFault(
	Exception error,
	MessageVersion version,
	ref Message fault
)

Parameters

error  Exception
version  MessageVersion
fault  Message

Implements

IErrorHandlerProvideFault(Exception, MessageVersion, Message)
See Also