Home
last modified time | relevance | path

Searched refs:InvalidNullEmptyArgument (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/IO/
H A DTempFileCollection.cs70 …throw new ArgumentException(SR.Format(SR.InvalidNullEmptyArgument, nameof(fileExtension)), nameof(… in AddExtension()
82 …throw new ArgumentException(SR.Format(SR.InvalidNullEmptyArgument, nameof(fileName)), nameof(fileN… in AddFile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DTempFiles.cs98 …throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "fileExtension"), "fileExten… in AddExtension()
109 …throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "fileName"), "fileName"); /… in AddFile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexCompilationInfo.cs91 … throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "value"), "value");
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.TraceSource/src/System/Diagnostics/
H A DSwitchAttribute.cs32 … throw new ArgumentException(SR.Format(SR.InvalidNullEmptyArgument, nameof(value)), nameof(value));
H A DTraceSource.cs35 … throw new ArgumentException(SR.Format(SR.InvalidNullEmptyArgument, nameof(name)), nameof(name)); in TraceSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/diagnostics/
H A DSwitchAttribute.cs31 … throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "value"), "value");
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/corefx/
H A DSR.cs130 public const string InvalidNullEmptyArgument = "Argument {0} cannot be null or zero-length."; field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/src/System/IO/Ports/
H A DSerialPort.cs292 …throw new ArgumentException(string.Format(SR.InvalidNullEmptyArgument, nameof(NewLine)), nameof(Ne…
977 …throw new ArgumentException(string.Format(SR.InvalidNullEmptyArgument, nameof(value)), nameof(valu… in ReadTo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/threading/
H A Dsemaphore.cs285 … throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "name"), "name"); in OpenExistingWorker()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/ports/
H A DSerialPort.cs356 … throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "NewLine"));
1232 throw new ArgumentException(SR.GetString(SR.InvalidNullEmptyArgument, "value")); in ReadTo()