C# 클래스 Amss.Boilerplate.Web.Configuration.WebContainerExtension.BusinessValidationHandler

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

공개 메소드들

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

메소드 상세

BusinessValidationHandler() 공개 메소드

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

HandleException() 공개 메소드

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