Click or drag to resize

UnifiedExceptionManagerById Method

Gets a unified exception by id and type

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public UnifiedException ById(
	int id,
	UnifiedExceptionType unifiedExceptionType
)

Parameters

id
Type: SystemInt32
id of exception
unifiedExceptionType
Type: Law.EdaIntegration.ExceptionsUnifiedExceptionType
type of exception

Return Value

Type: UnifiedException
Unified Exception
See Also