4 references to paramName
System.Activities (4)
System\Activities\WorkflowIdentity.cs (4)
297
throw FxTrace.Exception.Argument(
paramName
, SR.IdentityControlCharacter);
312
throw FxTrace.Exception.Argument(
paramName
, SR.BadWorkflowIdentityFormat);
350
this.name = Normalize(nameMatch.Value.TrimEnd(),
paramName
, this.throwOnError);
377
this.package = Normalize(packageMatch.Value,
paramName
, this.throwOnError);