Click or drag to resize

ServiceException Constructor

Initializes a new instance of the ServiceException class

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public ServiceException(
	string exceptionType,
	string message
)

Parameters

exceptionType
Type: SystemString
message
Type: SystemString
See Also