C# 클래스 Blog.Services.Implementation.Handlers.HttpErrorHandler

This handler will tell ELMAH about exceptions in the WCF service
상속: IErrorHandler
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
HandleError ( Exception error ) : bool
ProvideFault ( Exception error, System.ServiceModel.Channels.MessageVersion version, Message &fault ) : void

메소드 상세

HandleError() 공개 메소드

public HandleError ( Exception error ) : bool
error System.Exception
리턴 bool

ProvideFault() 공개 메소드

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