WrappedExceptionSource Property
Gets or sets the name of the application or the object that causes the error.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public override string? Source { get; set; }
Return Value
StringThe name of the application or the object that causes the error.
If Source is not set, the name of the assembly where the
exception originated is returned.