Click or drag to resize

TypeInfoAddExceptionData(Object, Exception) Method

Adds information about an Object to an Exception that is being thrown.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static void AddExceptionData(
	Object? obj,
	Exception ex
)

Parameters

obj  Object
The Object affected by the Exception.
ex  Exception
The Exception being thrown.
See Also