Click or drag to resize
weroSoft AG, Software
ServiceErrorHandler Constructor (Type)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes a new instance of the type ServiceErrorHandler.

Namespace:  WeroSoft.Server.Service
Assembly:  WeroSoft.Server.Library (in WeroSoft.Server.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public ServiceErrorHandler(
	Type faultConverterType
)

Parameters

faultConverterType
Type: SystemType
Type of the converter used for this particular service error handler.
See Also