C# Class Thinktecture.ServiceModel.Dispatcher.ExceptionMappingAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: ChristianWeyer/Thinktecture.ServiceModel

Private Properties

Свойство Type Description
GetFaultDetailForException object

Méthodes publiques

Méthode Description
ExceptionMappingAttribute ( Type exceptionType, Type faultDetailType ) : System

Initializes a new instance of the ExceptionMappingAttribute class.

Private Methods

Méthode Description
GetFaultDetailForException ( Exception exception ) : object

Gets the fault detail for exception.

Method Details

ExceptionMappingAttribute() public méthode

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.
Résultat System