Method | Description | |
---|---|---|
ExceptionMappingErrorHandler ( |
Initializes a new instance of the ExceptionMappingErrorHandler class.
|
|
HandleError ( |
Enables error-related processing and returns a value that indicates whether subsequent HandleError implementations are called.
|
|
ProvideFault ( |
Provides the fault.
|
Method | Description | |
---|---|---|
GetFaultDetail ( |
Gets the fault detail.
|
public ExceptionMappingErrorHandler ( |
||
attribute | The attribute. | |
return | System |
public HandleError ( |
||
error | The exception thrown during processing. | |
return | bool |
public ProvideFault ( |
||
exception | The exception. | |
version | System.ServiceModel.Channels.MessageVersion | The version. |
fault | Message | The fault. |
return | void |