WrappedExceptionBaseObject Property

Gets the underlying Object wrapped by this WrappedException.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public Object BaseObject { get; }

Property Value

Object

Implements

IWrappedObjectBaseObject

See Also