C# 클래스 Thinktecture.ServiceModel.Dispatcher.ExceptionMappingAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel

Private Properties

프로퍼티 타입 설명
GetFaultDetailForException object

공개 메소드들

메소드 설명
ExceptionMappingAttribute ( Type exceptionType, Type faultDetailType ) : System

Initializes a new instance of the ExceptionMappingAttribute class.

비공개 메소드들

메소드 설명
GetFaultDetailForException ( Exception exception ) : object

Gets the fault detail for exception.

메소드 상세

ExceptionMappingAttribute() 공개 메소드

Initializes a new instance of the ExceptionMappingAttribute class.
public ExceptionMappingAttribute ( Type exceptionType, Type faultDetailType ) : System
exceptionType System.Type Type of the exception.
faultDetailType System.Type Type of the fault detail.
리턴 System