C# Class Thinktecture.ServiceModel.Dispatcher.ExceptionMappingAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: ChristianWeyer/Thinktecture.ServiceModel

Private Properties

Property Type Description
GetFaultDetailForException object

Public Methods

Method Description
ExceptionMappingAttribute ( Type exceptionType, Type faultDetailType ) : System

Initializes a new instance of the ExceptionMappingAttribute class.

Private Methods

Method Description
GetFaultDetailForException ( Exception exception ) : object

Gets the fault detail for exception.

Method Details

ExceptionMappingAttribute() public method

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.
return System