IEngineSetupExceptionTException Method

Populates an exception with additional information.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
TException SetupException<TException>(
	Guid moduleId,
	TException exception,
	string messageChannel,
	int messageId,
	string? supplementalMessage,
	string? details
)
where TException : Exception

Parameters

moduleId
Type: SystemGuid
The unique identifier of the module which will throw the exception.
exception
Type: TException
The exception to populate.
messageChannel
Type: SystemString
The message channel.
messageId
Type: SystemInt32
The unique identifier of the message.
supplementalMessage
Type: SystemString
An optional supplemental message.
details
Type: SystemString
Optional technical details.

Type Parameters

TException
The exception type.

Return Value

Type: TException
exception.
See Also