EngineSetupExceptionTException Method

Populates an exception with additional information.

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

Parameters

moduleId  Guid
The unique identifier of the module which will throw the exception.
exception  TException
The exception to populate.
messageChannel  String
The message channel.
messageId  Int32
The unique identifier of the message.
supplementalMessage  String
An optional supplemental message.
details  String
Optional technical details.

Type Parameters

TException
The exception type.

Return Value

TException
exception.

Implements

IEngineSetupExceptionTException(Guid, TException, String, Int32, String, String)
See Also