Class FaultContractReceiveInterceptorOptions
Represents the options available to configure FaultContractReceiveInterceptor.
Inheritance
System.Object
FaultContractReceiveInterceptorOptions
Namespace: Copper.Service.Interceptors
Assembly: Copper.Service.dll
Syntax
public class FaultContractReceiveInterceptorOptions
Constructors
View SourceFaultContractReceiveInterceptorOptions()
Initializes a new instance of the FaultContractReceiveInterceptorOptions class.
Declaration
public FaultContractReceiveInterceptorOptions()
Properties
View SourceIncludeExceptionDetailInFaults
Gets or sets a value that specifies that general unhandled execution exceptions are to be converted into a
Declaration
public bool IncludeExceptionDetailInFaults { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|