C# Класс Thinktecture.ServiceModel.Dispatcher.ExceptionMappingAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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