6 references to Argument
System.ServiceModel.Primitives (6)
Internals\System\Runtime\AsyncResult.cs (1)
329
throw Fx.Exception.
Argument
("result", InternalSR.InvalidAsyncResult);
Internals\System\Runtime\ExceptionTrace.cs (1)
247
return
Argument
(paramName, InternalSR.ArgumentNullOrEmpty(paramName));
Internals\System\Runtime\InternalBufferManager.cs (1)
220
throw Fx.Exception.
Argument
("buffer", InternalSR.BufferIsNotRightSizeForBufferManager);
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
151
throw Fx.Exception.
Argument
(propertyName, string.Format(SRP.SecurityTokenRequirementDoesNotContainProperty, propertyName));
166
throw Fx.Exception.
Argument
(propertyName, string.Format(SRP.SecurityTokenRequirementHasInvalidTypeForProperty, propertyName, dictionaryValue.GetType(), typeof(TValue)));
System\IdentityModel\Tokens\UserNameSecurityToken.cs (1)
31
throw Fx.Exception.
Argument
(nameof(userName), SRP.UserNameCannotBeEmpty);