MemberId Property
MemberId
Gets the identifier of the member that reported the exception, if any, or Guid.Empty
.
Declaration
public Guid MemberId { get; }
Property Value
Guid |
Remarks
If the exception was thrown by the client and not reported by a member, then the value is Guid.Empty
.