Error thrown in the lines:
var message = string.Format( "SubType must be {0}, not {1}, when GuidRepresentation is {2}.", expectedSubType, subType, GuidRepresentation); throw new ArgumentException(message);
However this.GuidRepresentation has yet to be initialized, parameter should actually be guidRepresentation.
- related to
-
CSHARP-2074 Improve how GuidRepresentation is handled
- Closed