Click or drag to resize

JcdiContentException Constructor (String, Exception, Object)

Constructor

Namespace:  Enerj.CDI.WebService.V4.Exceptions
Assembly:  Enerj.CDI.WebService.DTO2021 (in Enerj.CDI.WebService.DTO2021.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public JcdiContentException(
	string format,
	Exception innerException,
	params Object[] args
)

Parameters

format
Type: SystemString
Formatter for args
innerException
Type: SystemException
Inner exception
args
Type: SystemObject
arguments for exception details
See Also