WrappedExceptionSource Property

Gets or sets the name of the application or the object that causes the error.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public override string? Source { get; set; }

Return Value

String
The name of the application or the object that causes the error.

Remarks

If Source is not set, the name of the assembly where the exception originated is returned.

Exceptions

ArgumentExceptionThe object must be a runtime System.Reflection object.

See Also