IdtExceptionGetThrowingAssembly Method

Gets the Assembly that threw the original Exception.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
protected Assembly? GetThrowingAssembly(
	Exception? exception
)

Parameters

exception  Exception
The original Exception

Return Value

Assembly
The Assembly of the original thrown Exception, through its TargetSite property, or through the GetEntryAssembly method as needed.

See Also