C# Class Blog.Services.Implementation.Handlers.HttpErrorHandler

This handler will tell ELMAH about exceptions in the WCF service
Inheritance: IErrorHandler
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
HandleError ( Exception error ) : bool
ProvideFault ( Exception error, System.ServiceModel.Channels.MessageVersion version, Message &fault ) : void

Method Details

HandleError() public method

public HandleError ( Exception error ) : bool
error System.Exception
return bool

ProvideFault() public method

public ProvideFault ( Exception error, System.ServiceModel.Channels.MessageVersion version, Message &fault ) : void
error System.Exception
version System.ServiceModel.Channels.MessageVersion
fault Message
return void