Inner Drive Extensible Architecture
C#
Show/Hide TOC
Idt
Exception
Get
Throwing
Assembly 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#
Copy
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
Reference
IdtException Class
InnerDrive.Core Namespace
In This Article
Definition
Parameters
Return Value
See Also