Click or drag to resize

IException.Source Property

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

Namespace:  EBP.Api.Interfaces.Misc
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
string Source { get; set; }

Return Value

Type: String
The name of the application or the object that causes the error.
Exceptions
ExceptionCondition
ArgumentExceptionThe object must be a runtime System.Reflection object
See Also