BasicFTPClientNamespace.Program.CreateEnvironmentVariableNotSetException C# (CSharp) Method

CreateEnvironmentVariableNotSetException() static private method

static private CreateEnvironmentVariableNotSetException ( string name ) : ArgumentException
name string
return System.ArgumentException
		static ArgumentException CreateEnvironmentVariableNotSetException (string name)
		{
			return new ArgumentException ("The " + name + " environment variable is not set");
		}
	}