api-guidelines
api-guidelines copied to clipboard
7.10.2 InnerError has property of InnerError
How can this be implemented in C# since this causes error CS0542 "member names cannot be the same as their enclosing type"?
Shouldn't the type of InnerError just be Error?
@weberms , Hi, could you please provide code example?