Click or drag to resize

IdtExceptionGetThrowingAssembly Method

Gets the Assembly that threw the original Exception.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
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