C# 클래스 Amss.Boilerplate.Api.Configuration.ApiContainerExtension.HttpErrorExceptionHandler

상속: IExceptionHandler
파일 보기 프로젝트 열기: quadio/amss-boilerplate

공개 메소드들

메소드 설명
HandleException ( Exception exception, System.Guid handlingInstanceId ) : Exception
HttpErrorExceptionHandler ( NameValueCollection collection ) : System

비공개 메소드들

메소드 설명
FormatErrorMessage ( Exception exception, System.Guid handlingInstanceId ) : string

메소드 상세

HandleException() 공개 메소드

public HandleException ( Exception exception, System.Guid handlingInstanceId ) : Exception
exception System.Exception
handlingInstanceId System.Guid
리턴 System.Exception

HttpErrorExceptionHandler() 공개 메소드

public HttpErrorExceptionHandler ( NameValueCollection collection ) : System
collection System.Collections.Specialized.NameValueCollection
리턴 System